Autohotkey Mute Mic Code Example


Example: autohotkey mute sound

MuteSoundWithNotification:  SoundGet, LevelM, Master If (LevelM > 0) { SoundBeep ,800, 100 Send {Volume_Mute} ; Mute sound ;SoundSet, Mute } Else { SoundSet, 10 ; restores to 10% volume SoundBeep ,800, 100 } return

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?