AudioServicesPlaySystemSound Volume?
I have this code: -(void)createAndPlaySoundID: (NSString*)name { NSString *path = [NSString stringWithFormat: @"%@/%@", [[NSBundle mainBundle] resourcePath], name]; NSURL* filePath = [NSURL fileURLWithPath: path isDirectory: NO]; SystemSoundID soundID; AudioServicesCreateSystemSoundID((__bridge CFURLRef)filePath, &soundID); AudioServicesPlaySystemSound(soundID); } I call this like so: [self createAndPlaySoundID: @"mySound.caf"]; This works great, however I have no control over the volume. I simply want the volume to be controlled by the user using the standard physical volume buttons on their