#TIL 23 - Restart Mac OS X coreaudio daemon

sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
I’m a full stack developer. I’m a fast learner and self-taught coder. I often take my time for researching and learning about hot and trending technology.
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`