I am using MPMusicPlayerController
and AVAudioPlayer
simultaneously.
For audio balancing, I have two volume sliders for MPMusicPlayerController
and AVAudioPlayer
each.
If I mute the MPMusicPlayer
volume and increases AVAudioPlayer
volume, the overall device volume mutes and I'm not able to hear the AVAudioPlayer
sound.
Then, how can I change the MPMusicPlayer
volume independently, without affecting the device volume.