Skip to content

Instantly share code, notes, and snippets.

@cvergne
Created September 6, 2013 13:13
Show Gist options
  • Save cvergne/6463629 to your computer and use it in GitHub Desktop.
Save cvergne/6463629 to your computer and use it in GitHub Desktop.
Restart audio process when selecting airplay receiver fails and auto select back Mac speakers.
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