Skip to content

Instantly share code, notes, and snippets.

@w-i-n-s
Forked from adrienjoly/restartCoreAudio.sh
Created May 30, 2019 16:45
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 w-i-n-s/c7e6fcc48c6846f98a06c4c6d02ff8c7 to your computer and use it in GitHub Desktop.
Save w-i-n-s/c7e6fcc48c6846f98a06c4c6d02ff8c7 to your computer and use it in GitHub Desktop.
Mac Os X command to restart the core audio. I needed to use this in order to fix my AirPlay issue.
# You have to restart the core audio be pasting the following line into termnal
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