Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active August 29, 2015 14:01
Show Gist options
  • Save nickserv/5391cf28452176261d55 to your computer and use it in GitHub Desktop.
Save nickserv/5391cf28452176261d55 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Sometimes when you use AirPlay, your Mac's audio may die.
# If so, you can run this script to restart coreaudiod, which should fix your problem.
# Note that this may be slightly interactive because it uses sudo.
sudo killall coreaudiod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment