Skip to content

Instantly share code, notes, and snippets.

@khalidx
Created October 7, 2022 14:00
Show Gist options
  • Save khalidx/66f3a02ad35f733a1567182b03d3f801 to your computer and use it in GitHub Desktop.
Save khalidx/66f3a02ad35f733a1567182b03d3f801 to your computer and use it in GitHub Desktop.
Restart the audio process, for MacBook.

There's a bug on the MacBook Air (M1, 2020) where the audio process crashes or something, and no videos or audio will play.

Here's how to restart the audio process when that happens:

sudo pkill coreaudiod

# or, if the audio process is not responding at all
sudo pkill -9 coreaudiod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment