AVAudioRecorder - Continue recording to file after user stops recording by leaving the application a
Posted
by Tegeril
on Stack Overflow
See other posts from Stack Overflow
or by Tegeril
Published on 2010-03-14T04:27:44Z
Indexed on
2010/03/14
4:35 UTC
Read the original article
Hit count: 2664
Can this be done? And if not, how far down towards Core Audio do I need to go (what method of recording should I be using instead)?
I've noticed the behavior of AVAudioRecorder is to overwrite a file if it finds one at the path provided when you request that it record again, so I know that's not going to work. I'm also curious about file format restriction with this idea. Can you effectively resume an AAC or IMA4 encoding (the length of the files I want to record make WAV and probably even Apple Lossless prohibitive)?
Thanks.
© Stack Overflow or respective owner