Apparently, you can detect that by checking the kAudioSessionProperty_AudioRoute property (via
AudioSessionGetProperty). If it returns an empty string, then mute is enabled.
BASS uses an AVAudioSession for playing streaming Internet audio, correct?
How do I reference that session in order to check it's properties?
Thanks!