Skip to content

Instantly share code, notes, and snippets.

@aamaras
Last active May 6, 2024 20:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aamaras/6547972 to your computer and use it in GitHub Desktop.
Save aamaras/6547972 to your computer and use it in GitHub Desktop.
Terminal command to kill coreaudio in OSX 10.8. Use this when Airplay devices appear in the output device list but cannot be successfully selected.
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