Okay so I've been looking around for a while, and I can't seem to find an exact answer for this(probably because iOS 5 seems to have changed some of the rules with sound/mute).

I'm using AVAudioSessionCategoryPlayAndRecord to detect the user blowing into the mic since I want other sounds to keep playing. However, if the mute switch is on, I don't want any audio to play but I still want to record. Obviously I could just use some IF-THEN logic and change it to AVAudioSessionCategoryRecord if the mute switch is on, but I'm having trouble detecting that(from the looks of another user, the solution that worked before doesn't seem to work on iOS5).

So my question has two parts:

1) Has anyone figured out how to detect the mute switch on iOS 5?

2) If not, is there a way to manipulate AVAudioSessionCategoryPlayAndRecord to detect the mute switch(According to Apple, AVAudioSessionCategoryPlayAndRecord is not affected by the mute switch)

link|improve this question
I think mute switch detection may have gone the way of the UUID. – Rhythmic Fistman Nov 6 '11 at 21:19
feedback

1 Answer

We won't be able to detect the silent switch state anymore since iOS 5...

The answer from Apple is there on the accepted answer : Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.