Hello,
I use SimpleAudioEngine's playEffect: method to play a sound effect and AVAudioRecorder to record the sound. The problem is when the app starts record at this moment the effect stops. It doesn't play anymore, even the record is finished. To play effect again I need restart the app. I need a record and effect to work simultaneously.
The problem is only on SDK 3.2 . In SDK 4.0 it works good.
I think the problem is in audio session. I tried to set configuredMode = kAMM_PlayAndRecord; in CDAudioManager's sharedManager method but the problem remains.
Do you have any ideas?
Thanks.