A tool to measure your microphone volume and play an alarm sound if you talk too loud.
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 SILENCE.py
However, you can compile the data to a .exe file using PyInstaller or running the compile.bat
file.
The threshold is typically around 100
.
Forked from https://github.com/Novecento99/Scimia