Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created December 22, 2014 18:21
Show Gist options
  • Save tsabat/664da24a55a41c91d71a to your computer and use it in GitHub Desktop.
Save tsabat/664da24a55a41c91d71a to your computer and use it in GitHub Desktop.
fix core audio

Add this to your ~/.bash_profile

function fixaudio() {
  sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
}

then run

. ~/.bash_profile
fixaudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment