Hello,
I hope Steve or other fellow developers have answers to my question.
Earlier I had sound effects and background song played using SimpleAudioEngine, but I am trying to add a different option to my game.
Basically I'd like to have user choose and play their music from music library and have my game play the chosen library songs and sound effects at the same time.
I used MP media player for library music and SimpleAudioEngine for sound effects.
MP media player itself works fine until sound effects come in.
Sound effects by SAE always interrupt MP media player.
I looked at the following link but I want both to be played without interfering each other.
http://www.cocos2d-iphone.org/forum/topic/808#post-4799
Can you provide some help on this?
Thanks in advance.