SimpleMicOnOff
A tool for Mic On/Off toggling
Disclamer
It is a very bad code. I am not a C# developer or something, I did it just to help myself. But it works fine and stable. This app uses SoundVolumeView.
How it works
After setup you will be able to toggle your mic by pressing Ctrl
+~
.
There icon in your tray displays the status of the mic, red
There is also a sound when you switch the state.
At launch the app turns off the mic, so be careful about that.
You can run it at system startup byt using this guide from Microsoft.
Setup
- Download SoundVolumeView
- Open it and exctract values you need
You need 3 things.
- The path to exe.
- Command to mute your device
- Command to unmute your device.
The easiest way to get the last two things is to create shortcut using SoundVolumeView. Just create shortcut for mute and unmute actions for specific device:
Then just extract a command from the shortcut properties:
- Put the values to resources file:
- Then just build!
Help
This project is bad from many points of view, so you can help me or even rewrite it in any way.