whenever I try to loop a sound using CocosDenshion with cocos2d-x, I get the following error:
I'm using stable cocos2d-2.0-x-2.0.2, and my code is:
CocosDenshion::SimpleAudioEngine::sharedEngine()->playEffect("sound/sound_ocean_ambmusic.ogg", true);
This happens on both my phone (Samsung Galaxy S III, verizon) and the android emulator, both version 4.0, ICS.
What can I do?
Soundpool can not handle file size larger then 1 MB