Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Created December 25, 2013 01:07
Show Gist options
  • Save adrienjoly/8119298 to your computer and use it in GitHub Desktop.
Save adrienjoly/8119298 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}'`
@crashuniverse
Copy link

Life saver. It has been over hundred times that I'd to restart mac until I imagined this question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment