-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
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,13 @@ | ||
# Constant microphone volume setter | ||
|
||
Constant microphone volume setter is a simple utility program designed to keep your microphone volume consistently set at 100%. This prevents other programs from changing the microphone volume settings and ensures a consistent audio input level. | ||
|
||
## How it Works | ||
|
||
The program runs in the background. If any external program attempts to modify the microphone volume, microphone volume setter will automatically reset it to 100%. | ||
|
||
## Features | ||
|
||
- **Constant Volume:** Maintains the microphone volume at 100%. | ||
- **Background Operation:** Runs in the background without interfering with your normal computer usage. | ||
- **Automated Reset:** Automatically resets the microphone volume if other programs attempt to modify it. |