Question

What would the best method be for mixing background iPod music with sound effects? The sound effects need to be adjustable and sometimes much louder than the background music. When I use MPMusicPlayerController the volume is system-wide and reduces the effects volume as well. I have been reading about AVPlayer and AVAudipPlayer but can't seem to locate a viable solution.

Any help and suggestions would be greatly appreciated.

Was it helpful?

Solution

Have you looked at AVAudioSession Categories? I think that could help you with your problem. The docs at Apple.

OTHER TIPS

The problem is that you cannot play much louder sound over iPod music library because as you wrote iPod music use system volume. Unless the music files in your iPod library is compressed with very low volume.

Cocos 2D framework integrates very nice way how to mix-up more sound sources, but again it uses AVAudioPlayer for background music and Open AL for other sounds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top