Created
March 17, 2014 03:41
-
-
Save kristopherjohnson/9593597 to your computer and use it in GitHub Desktop.
Snippets for setting system sound volume via AppleScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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