0

I am developing ios app for recording video and audio. I implemented the recording audio. But first I record video from camera, then if I am recording audio, I can't record audio. I used follow code. AudioQueueGetProperty(mQueue, kAudioQueueProperty_StreamDescription, &mRecordFormat, &size);

Here I got error(couldn't get input channel). After I started this app and record audio immediately, recording audio was successed. But I recorded video from the camera, then recording audio was failed. I couldn't this reason. Please let me know the reason. Thanks in advance.

1 Answer 1

0

Maybe you can provide us with more code in the right format. Or post the solution if you got any.

Did you try to solve the problem with the AV Foundation Framework? With it you can get access to the video and audio stream and put them together.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

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