Search found 1 match

by willzen
20 Nov 2020, 13:00
Forum: Scripts and Functions (v1)
Topic: Toggle Microphone Mute
Replies: 34
Views: 80622

Re: Toggle Microphone Mute

Works fine, but the tooltip won't show up while playing in fullscreen, so I added the following between SoundGet and ToolTip: if (master_mute = "On") { SoundBeep, 1500, 300 } else { SoundBeep, 3000, 300 } It plays a lower pitch beep if muted and a higher pitch one otherwise. If you want it the other...

Go to advanced search