Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created October 25, 2020 15:40
Show Gist options
  • Save ksloan/64987d91469ef0e07938b75879124171 to your computer and use it in GitHub Desktop.
Save ksloan/64987d91469ef0e07938b75879124171 to your computer and use it in GitHub Desktop.
Kill coreaudiod to fix Macbook sound popping issue
sudo kill -9 $(ps -ef | grep coreaudiod | grep -v grep | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment