I\'m writing an app that uses AVAudioPlayers to play sounds and I need the sounds to play at absolute MAX volume. Yes you can set the relative volume for an
AVAudioPlayers
The comment from the anonymous for this site:
float volume; [[MPMusicPlayerController applicationMusicPlayer] setVolume:volume];
does actually work.