iphone - How to play two mp3 audio? -


possible duplicate:
2 mp3 sounds @ same time in iphone?

hi creating test application using 2 mp3 audio file.one background music , second file play when user clicked button.i using avaudioplayer both , background music playing in appdelegate class handling viewcontroller class.please if know problem please me out.

you cannot play 2 compressed formats simultaneously. try converting 1 of files aiff, caf or other uncompressed format.


Comments