Skip to content

Instantly share code, notes, and snippets.

@triwats
Created September 16, 2025 22:48
Show Gist options
  • Select an option

  • Save triwats/a196b2018709ba5556ea90737a3d159d to your computer and use it in GitHub Desktop.

Select an option

Save triwats/a196b2018709ba5556ea90737a3d159d to your computer and use it in GitHub Desktop.
Restart Mac Audio
# Macbook Pro 14" has horrible popping sounds
# Fixes it
# Source https://www.reddit.com/r/macbookpro/comments/qmpg3k/2021_macbook_pro_speakers_crackling_and_popping/
# Thx reddit & Thevovk0
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