Last active
February 18, 2020 08:46
-
-
Save jvahldick/036e7bd11de8033ee29d72d343a976df to your computer and use it in GitHub Desktop.
Restart the OSX audio which gets stuck for some reason
This file contains hidden or 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
# Run the command on the terminal | |
sudo kill -9 $(ps aux | grep coreaudiod | grep sbin | awk '{print $2}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment