Skip to content

Instantly share code, notes, and snippets.

@irokhes
Created March 10, 2020 11:44
Show Gist options
  • Save irokhes/0970cbe4c2518209feb45c70bbd2ee84 to your computer and use it in GitHub Desktop.
Save irokhes/0970cbe4c2518209feb45c70bbd2ee84 to your computer and use it in GitHub Desktop.
Restart Mac audio driver
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment