To reset CoreAudio on Mac OS X without rebooting the machine, use the following command:
# sudo kill -9 $(ps ax|grep 'coreaudio[a-z]' |awk '{print $1}'}
Alternatively, open up activity monitor, and manually search for CoreAudio
To reset CoreAudio on Mac OS X without rebooting the machine, use the following command:
# sudo kill -9 $(ps ax|grep 'coreaudio[a-z]' |awk '{print $1}'}
Alternatively, open up activity monitor, and manually search for CoreAudio