Processing Forum
I am using an audio wave sample program.
On exporting, I am getting an applet folder in which java program and some class file and an html file.
Requirement:
Every time when an audio file is changed (input file) I have to export.(to get the class file)
Is there any possibility to call the “EXPORT” thru codes inside the program?
I am using some of the sample programs to generate a wave form for an audio file. My requirement is to generate a wave output (static) independent of size of the audio file. To be more precise, apple output frame size 500*200 (say). I would like to display the complete wave in that frame.