-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
33f36fc
commit ebd989f
Showing
2 changed files
with
5 additions
and
23 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 |
---|---|---|
@@ -1,36 +1,18 @@ | ||
# microphone guardian | ||
## download the .exe from the dist/ folder | ||
# gaming voice guardian | ||
|
||
A tool to measure your microphone volume and play an alarm sound if you talk too loud. | ||
|
||
## Download | ||
|
||
# WIP: Graphical Interface | ||
[download here](https://github.com/Novecento99/gaming-voice-guardian/releases/download/v1/soundMonitor.exe) | ||
|
||
![alt text](GUIv1.png) | ||
## Usage | ||
|
||
Python 3 is needed to run the source code. You can run the following command to install all the required modules: | ||
``` | ||
python -m pip install -r requirements.txt | ||
``` | ||
|
||
Then, just run the following command to start the program (or double click `Scimia.py`, if you have your Python configured to automatically run all `.py` extensions): | ||
``` | ||
python Scimia.py | ||
``` | ||
|
||
However, there is also a compiled binary in the `exe version` folder. You can run it by double clicking the `Scimia.exe` file. | ||
## Graphical Interface | ||
|
||
The threshold is typically around `100`. | ||
![alt text](GUIv1.png) | ||
|
||
## Contributing | ||
|
||
Pull requests and issues are welcome! | ||
Feel free to submit any bugs you find. | ||
If you want to help make this tool better, make a few commits and create a pull request. | ||
Thank you! 😊 | ||
|
||
## Background | ||
|
||
"_Just made this to let my house mates not being wake up by my playing at pc._" | ||
~ Novecento99 |