You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I did a test run of all windows apps for muting the mic in existence and yours is by far the most advanced and most elegant I came across.
There is, however, a scenario in which it fails: working with remote-desktop apps like, for example Parsec. The reason being that the keyboard shortcut is, of course, sent to the remote desktop and is not even registered on my desktop.
The way around this could be expanding AHK_MicMute to (optionally) use a MIDI device and listen for MIDI events.
I developed something similar here.
It is very crude and has hardcoded MIDI events, but it is too developed in AutoHotKey.
I use it every day.
Maybe, by merging these two projects somehow, AHK_MicMute could become an even more stellar and unique piece of software.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Kudos for developing this great app!
I believe I did a test run of all windows apps for muting the mic in existence and yours is by far the most advanced and most elegant I came across.
There is, however, a scenario in which it fails: working with remote-desktop apps like, for example Parsec. The reason being that the keyboard shortcut is, of course, sent to the remote desktop and is not even registered on my desktop.
The way around this could be expanding AHK_MicMute to (optionally) use a MIDI device and listen for MIDI events.
I developed something similar here.
It is very crude and has hardcoded MIDI events, but it is too developed in AutoHotKey.
I use it every day.
Maybe, by merging these two projects somehow, AHK_MicMute could become an even more stellar and unique piece of software.
Thanks!
The text was updated successfully, but these errors were encountered: