I have my app working perfectly, however it's huge due to the background music that I left as a wav file. I converted it to ogg and got it to run using the Cocos2D sound engine. However, the ogg file loads really slowly even though it is 10 MB smaller than the wav file that loaded fast.
I tried using the ogg and the code from the Cocos2D project. Still loading slowly. Any suggestions?
Thanks!