Skip to content

Instantly share code, notes, and snippets.

@mvaneijgen
Created February 18, 2020 14:13
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvaneijgen/66580e6bb0c3e869015e6de994b81bc4 to your computer and use it in GitHub Desktop.
Save mvaneijgen/66580e6bb0c3e869015e6de994b81bc4 to your computer and use it in GitHub Desktop.
MacOS AppleScript toggle microphone input volume from 0 to 100
if input volume of (get volume settings) is 0 then
set volume input volume 100
else
set volume input volume 0
end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment