Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created March 17, 2014 03:41
Show Gist options
  • Save kristopherjohnson/9593597 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/9593597 to your computer and use it in GitHub Desktop.
Snippets for setting system sound volume via AppleScript
-- See http://apple.stackexchange.com/questions/19146/is-fine-volume-adjustment-possible-in-os-x-lion
set volume output volume 0 --mute
set volume output volume 100 --100%
set volume output volume 27 --27%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment