I used fmod studio in cocos2dx,
applicationDidEnterBackground() call setPaused(true);
applicationWillEnterForeground() call setPaused(false)
someone to help me?
Thank you.
You can read about handling interruptions (such as phone calls) here in the documentation.