Created
September 16, 2025 22:48
-
-
Save triwats/a196b2018709ba5556ea90737a3d159d to your computer and use it in GitHub Desktop.
Restart Mac Audio
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
| # 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