-
-
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.
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