Question

I am using AudioQueue for recording voice. I want to know how can we pause the recording ?

Thanks

Was it helpful?

Solution

Well, there is:

AudioQueuePause(audioQueue);

where audioQueue is the reference to your AudioQueue. For more information, check out the Audio Queue Services Reference for iPhone or Mac OSX.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top