Skip to content

Instantly share code, notes, and snippets.

@yamafaktory
Created February 12, 2020 10:03
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 yamafaktory/f546bdb816fa86c00e82c35113dcb647 to your computer and use it in GitHub Desktop.
Save yamafaktory/f546bdb816fa86c00e82c35113dcb647 to your computer and use it in GitHub Desktop.
Restart coreaudio
sudo kill -9 `ps -A | grep -Fa 'sbin/coreaudiod' | head -n 1 | awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment