Is there a way to pause the recording and start after a while.

link|improve this question

68% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Short answer: no

Once you are recording the only possible actions are stop and reset.

link|improve this answer
feedback

There is no pause() functionality when recording media. I would try conjoining two separate audio files together once the user hits your "stop" button in the app. Either that, or try to find a way to write to the same file stream after using the stop() method.

link|improve this answer
Could u please post that code, or the link to concatenate two separate audio files. – Manikandan May 25 '11 at 18:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.