Skip to content

Instantly share code, notes, and snippets.

View sfw185's full-sized avatar

Simon Wardan sfw185

View GitHub Profile
@felipecsl
felipecsl / restart coreaudio daemon
Last active October 10, 2025 23:26
Restart Mac OS X coreaudio daemon. Useful if you cannot change the audio output device to Airplay.
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
# or...
sudo killall coreaudiod