iphone sdk: Core Audio How to continue recording to file after user stops recording by leaving the a
- by Harkonian
The iPhone's AVAudioRecorder class will not allow you to open an existing file to continue a recording. Instead, it overwrites it. I'd like to know an approach that would allow me to continue recording to an existing file using Core Audio APIs.