Skip to content

Instantly share code, notes, and snippets.

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 dangior/975ce4f2f5ba8496eb23c23d42df8f54 to your computer and use it in GitHub Desktop.
Save dangior/975ce4f2f5ba8496eb23c23d42df8f54 to your computer and use it in GitHub Desktop.
Restart Mac OS X coreaudio daemon. Useful if you cannot change the audio output device to Airplay.
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment