My case is simple: I need to play a warning signal and want to make sure the user will hear it, so I want to check the system volume.
How can I find out what the cur
For Swift 2:
let volume = AVAudioSession.sharedInstance().outputVolume print("Output volume: \(volume)")