Skip to content

Instantly share code, notes, and snippets.

@gemfarmer
Last active April 21, 2017 17:32
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 gemfarmer/23f35c6253a0bf781fc24d5a0d9adf9e to your computer and use it in GitHub Desktop.
Save gemfarmer/23f35c6253a0bf781fc24d5a0d9adf9e to your computer and use it in GitHub Desktop.
Reset system sound for Hangouts

To reset the system sound for Hangouts, run (only works in OSX):

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