Skip to content

Instantly share code, notes, and snippets.

@esamattis
Created May 23, 2020 21:56
Show Gist options
  • Save esamattis/dd69c4feaca6a20a51cb5d16f45c7e72 to your computer and use it in GitHub Desktop.
Save esamattis/dd69c4feaca6a20a51cb5d16f45c7e72 to your computer and use it in GitHub Desktop.
if input volume of (get volume settings) = 0 then
display notification "MIC ON!"
set level to 100
else
set level to 0
display notification "MUTED MIC!"
end if
set volume input volume level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment