Skip to content

Instantly share code, notes, and snippets.

@AnthonyNixon
Created July 20, 2017 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnthonyNixon/0e71e930fcc04fa59a57790d5ce5116b to your computer and use it in GitHub Desktop.
Save AnthonyNixon/0e71e930fcc04fa59a57790d5ce5116b to your computer and use it in GitHub Desktop.
Applescript to raise volume, play audio file, and revert volume back to its previous level.
set previousVolume to output volume of (get volume settings)
set volume output volume 80
do shell script "afplay " & "~/inception.mp3"
set volume output volume previousVolume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment