Skip to content

Instantly share code, notes, and snippets.

@ryanmark
Created January 5, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanmark/c6d2f50cb65b986c506d to your computer and use it in GitHub Desktop.
Save ryanmark/c6d2f50cb65b986c506d to your computer and use it in GitHub Desktop.
Fix your Mac OS X microphone
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' |awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment