A simple Win32 Application to mute your microphone :)
Find a file
2023-06-12 22:11:12 +02:00
MicrophoneMuter Initial commit 2023-06-12 22:11:12 +02:00
.gitignore Initial commit 2023-06-12 22:11:12 +02:00
MicrophoneMuter.sln Initial commit 2023-06-12 22:11:12 +02:00
README.md Initial commit 2023-06-12 22:11:12 +02:00

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 :)