I am using AudioQueue for r开发者_如何学Goecording voice. I want to know how can we pause the recording ?
Thanks
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.
精彩评论