From 88e44eef921bab78d88e2c4cbcef98fd7d7467b2 Mon Sep 17 00:00:00 2001 From: Origan <53350796+Akilaydin@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:30:59 +0300 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6cf70b --- /dev/null +++ b/README.md @@ -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.