Audio wave output
in
Programming Questions
•
3 years ago
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.
2