# Mac: Restarting sound service ``` sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'` ``` source: https://apple.stackexchange.com/a/64024