A simple Win32 Application to mute your microphone :)
MicrophoneMuter | ||
.gitignore | ||
MicrophoneMuter.sln | ||
README.md |
Microphone Muter
A simple Win32 C++ desktop program that I made to start learning how to do desktop development in Windows.
Usage
You can use this software as a CLI program and as a GUI desktop program. The "CLI mode" supports the following:
MicrophoneMuter.exe mute
- Mutes the default microphone.MicrophoneMuter.exe unmute
- Unmutes the default microphone.
Expectations
This is my first Win32 C++ desktop program, and I just went straight in instead of following something like the tutorial I linked above, this means that the code is not good, and I'm not liable for any claim, damages or other liability, arising from the usage of this software.
Even though I just said that, this is something I use on a daily basis and any bug report or suggestion will be highly appreciated :)