I’m using cocosDenshion with cocos2d to play sounds on the iPhone.
However, I need to find the best type of files that will play smoothly and efficiently.
Here are some file formats that I have so far: WAV, MP3, and CAF.
Should I convert these files all to a certain format? Are any one of them more efficient then the rest? Especially for sound effects, what should I use? And how about background music? Thank you!
I’m using cocosDenshion with cocos2d to play sounds on the iPhone. However, I need
Share
From the documentation, this is what I’m doing for my game:
MP3 for background music.
“16 bit mono wave files” for sound effects.