views:

89

answers:

1

I beleive most of this is going for the database tag but my question is specifically on AVAudioRecorder. Lets say i recorded initially to a file using AVAudioRecorder in the .cif format. I want to record someother sound which will append to the recorded file. The recorder will usually overwrite if there is an existing file of that name while initiating.

+7  A: 

AVAudioRecorder is not able to append to a recording once created. To do that, you would need to use Audio Tools. See Apple's SpeakHere example.

I notice you only have a 31% accept rate. If answers are helpful, mark them up and if they answer your question, mark them as answered. This will motivate others to answer your future questions.

Run Loop
sorry i think i havent been looking at the questions i have posted lately. Have put all of them. But some of the answers i could not yet find. thats the problem
Nareshkumar
This is also a duplicate: http://stackoverflow.com/questions/2441180/avaudiorecorder-continue-recording-to-file-after-user-stops-recording-by-leavin
Tegeril
+1 for being helpful
Matt Williamson