Skip to content

Instantly share code, notes, and snippets.

@jptoto
Created September 28, 2020 19:43
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 jptoto/0a4a755328eb57f074c0b0b72549054a to your computer and use it in GitHub Desktop.
Save jptoto/0a4a755328eb57f074c0b0b72549054a to your computer and use it in GitHub Desktop.
Restart MacOS Sound Server Core Audio
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