iphone sdk: Core Audio How to continue recording to file after user stops recording by leaving the a

Posted by Harkonian on Stack Overflow See other posts from Stack Overflow or by Harkonian
Published on 2010-04-04T18:31:03Z Indexed on 2010/04/04 18:33 UTC
Read the original article Hit count: 251

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about core-audio