Skip to content

Instantly share code, notes, and snippets.

@rmangino
Created January 12, 2014 18:57
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmangino/8388849 to your computer and use it in GitHub Desktop.
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)
defaults write com.apple.SpeechRecognitionCore AllowAudioDucking -bool NO
defaults write com.apple.speech.recognition.AppleSpeechRecognition.prefs DictationIMAllowAudioDucking -bool NO
@korymath
Copy link

Works on 10.11.6, with no restart and no disable. Nice fix.

@sammarcus
Copy link

Works on 10.12.1 with no restart! Thanks!

@savagekevin
Copy link

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