Skip to content

Instantly share code, notes, and snippets.

@sofakartoffel
Created March 15, 2013 22:47
Show Gist options
  • Save sofakartoffel/5173724 to your computer and use it in GitHub Desktop.
Save sofakartoffel/5173724 to your computer and use it in GitHub Desktop.
Restarts coreaudio. Can help fixing problems with airplay
tell current application
activate
do shell script "killall coreaudiod" with administrator privileges
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment