I play sound effect using OpenAL in my application, but when I start to play music using MPMusicPlayerController, the OpenAL stoped and do not work any longer.

I have tried to use code below:

[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryAmbient error:NULL];

but it has no effect only if the iPod is playing music when application launch.

How can i continue to play sound using OpenAL while play music using MPMusicPlayerController?

Thank you very much.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.