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
@MelodyT
Copy link

MelodyT commented Jun 18, 2014

This isn't working for me. Is there a recent update to disable the automatic muting?

@lukaskollmer
Copy link

@MelodyT Which version of OS X 10.9 are you using?

@jacobseptember
Copy link

Can confirm that this works in 10.10 (after reboot).

@WaferMouse
Copy link

This is great! Is anyone aware of a way to hide the icon as well?

@godoorsun
Copy link

One more confirmation on 10.10. Thumbs up.

@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