Iphone 同时运行音频队列服务和AVCaptureSession

Iphone 同时运行音频队列服务和AVCaptureSession,iphone,ios,objective-c,avfoundation,core-audio,Iphone,Ios,Objective C,Avfoundation,Core Audio,我正在创建一个应用程序,我需要将视频+音频录制为电影,但我需要同时使用音频队列服务处理音频 我的问题是,当我运行AudioQueueStart时,我的AVCaptureSession被中断,我不再从中接收样本 - (void) captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection

我正在创建一个应用程序,我需要将视频+音频录制为电影,但我需要同时使用音频队列服务处理音频

我的问题是,当我运行AudioQueueStart时,我的AVCaptureSession被中断,我不再从中接收样本

- (void) captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
有什么建议吗