Hi I'm working on karaoke app. It should record video with sound of a user singing a song. Lyrics and melody are are provided by app. With video recording everything was fine until I've added audio input to AVCaptureSession. Problem is with AVAudioPlayer that plays melody - it just stops when AVCaptureSession starts. I did not find any restrictions on that in Apple docs. Did anyone have experience with recording sound in AVCaptureSession simultaneously with playing sound via AVAudioPlayer?

link|improve this question

25% accept rate
feedback

1 Answer

I believe that your problem is due to having more than one audio sessions at the same time. I am not sure whether this will be supported.Anyway it will be better if you try it with different session categories.

link|improve this answer
feedback

protected by Community Jan 21 at 1:34

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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