Only one Event Sound playing at a time

I have multiple event sounds looping and playing at the same time. On the simulator everything is fine but on the iphone only one sound plays. [import]uid: 8192 topic_id: 2002 reply_id: 302002[/import]

I think it might be a memory issue. I am reducing the file size and one more sound is playing now. Any tips on this?
[import]uid: 8192 topic_id: 2002 reply_id: 5850[/import]

Not a memory issue. Need help on this. [import]uid: 8192 topic_id: 2002 reply_id: 5851[/import]

This problem is really strange. I now have most of the sounds and re-saved them using Audacity. Now none of the files that I have save play on the iphone. They all play in the simulator. All are saved as CAF 16 bit PCM from Audacity. [import]uid: 8192 topic_id: 2002 reply_id: 5852[/import]

The CAF format is just a shell for the actual sound format. The EventSound won’t play compressed file formats on the actual device. You need to save the sound file as uncompressed. The simulator will play compressed sound files.

-Tom [import]uid: 7559 topic_id: 2002 reply_id: 6130[/import]