I am developing an iphone game app. I want to play different audios(*.mp3) in main menu and each different level. I have tried to use AVAudioPlayer and I got some error while changing the audios. So what do you suggest me to use?
Thanks.
I am developing an iphone game app. I want to play different audios(*.mp3) in
Share
look at this https://github.com/nicklockwood/SoundManager. Very good helper class.