Skip to content

Instantly share code, notes, and snippets.

@jvahldick
Last active February 18, 2020 08:46
Show Gist options
  • Save jvahldick/036e7bd11de8033ee29d72d343a976df to your computer and use it in GitHub Desktop.
Save jvahldick/036e7bd11de8033ee29d72d343a976df to your computer and use it in GitHub Desktop.
Restart the OSX audio which gets stuck for some reason
# 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