So I’ve just noticed that on my iPod Touch, when my app triggers a short wav file to play using AVAudioPlayer, the music gets paused. Is this normal?
I can’t find any reference to this, and it seems like it would be noted somewhere. Is there a way to keep the music going while I play my sounds?
You can’t run AVAudioPlayer and the iPod player or MPMusicPlayer or MPMoviePlayer at the same time, without doing a bit more work. If you want easy, then use Audio Toolbox’s System Sounds.
If you want to do some extra work, then you should look at Audio Sessions: