Created
January 12, 2014 18:57
-
-
Save rmangino/8388849 to your computer and use it in GitHub Desktop.
Disable the automatic muting of system audio during Dictation under OS X 10.9 (Mavericks)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.SpeechRecognitionCore AllowAudioDucking -bool NO | |
defaults write com.apple.speech.recognition.AppleSpeechRecognition.prefs DictationIMAllowAudioDucking -bool NO |
@MelodyT Which version of OS X 10.9 are you using?
Can confirm that this works in 10.10 (after reboot).
This is great! Is anyone aware of a way to hide the icon as well?
One more confirmation on 10.10. Thumbs up.
Works on 10.11.6, with no restart and no disable. Nice fix.
Works on 10.12.1 with no restart! Thanks!
So, in 10.12.3, I can change the file com.apple.speech.recognition.AppleSpeechRecognition.prefs as required
but, it simply gets replaced the moment dictation is used with the default version
anyone know how to make changes stick or why it gets re-written?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't working for me. Is there a recent update to disable the automatic muting?