-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# QuietMic 🎙️ | ||
|
||
![Banner](.images/Banner.png) | ||
|
||
QuietMic is an application allowing you to globally toggle the state of your microphone. \ | ||
I originally developed it in order to use keyboard shortcut to mute my microphone when someone makes noise when I'm in livestream. \ | ||
This is my first ever C# application, therefore my first WPF application too. | ||
|
||
For now, this application works, but it is really basic. I plan to work on it more, but for now it is enough for my needs. | ||
|
||
## Features | ||
|
||
* Select one microphone in your microphone list | ||
* Toggle the mute status of your selected microphone using Alt+PageUp | ||
* Optional sound notifications (one for mute status, another for unmute status) when using keyboard shortcut | ||
* By default, the microphone is reactivated when closing the application | ||
|
||
## Work in progress | ||
|
||
* I'm working on a tray menu: for now, only the icon is here | ||
* Some other ideas I will implement one day | ||
|
||
## Screenshots | ||
|
||
![Window screenshot](.images/Screenshots/Window.png) | ||
|
||
## Notes | ||
### File formats | ||
|
||
- PDN: [Paint.NET project file](https://www.getpaint.net/index.html) | ||
- MMPZ: [LLMS project file](https://lmms.io/) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
See CREDITS file from Resources/Logo folder | ||
The font used here is Budmo Jiggler from Typodermic Fonts: https://www.dafont.com/fr/budmo.font?l[]=10&l[]=1 |