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.