Created
December 25, 2013 01:07
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
Life saver. It has been over hundred times that I'd to restart mac until I imagined this question.