Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Created December 25, 2013 01:07
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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}'`
@Buesi
Copy link

Buesi commented Jan 4, 2020

Awesome! Thanks so much :)

@flyinbutrs
Copy link

FYI, this can be done more simply as:

sudo pkill coreaudiod

@adrienjoly
Copy link
Author

Thank you, Daniel!

@Buesi
Copy link

Buesi commented Jun 6, 2020

Thanks! Even better :)

@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