I want to record audio for 10 seconds and take a snap when I stop recording the audio using AVCamCaptureManager in Objective C.
I gone through
AVCaptureSession specify resolution and quality of captured images obj-c iphone app
and implemented the same. I am also using AVAudioSession to record audio when I start AVCamCaptureManager to take snap but it do not record audio its because AVCamCaptureManager also use the same audio device resource to record audio.
How can I do this? Please help..