20 lines
911 B
Markdown
20 lines
911 B
Markdown
|
# Microphone Muter
|
||
|
|
||
|
A simple [Win32 C++](https://learn.microsoft.com/en-us/windows/win32/learnwin32/learn-to-program-for-windows) 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 :)
|