Get alerts when you are too loud.
This app monitors the microphone input on your computer and plays a "SHHH!" sound when you exceed a certain decibel threshold.
You can find binaries in the releases section.
If you have cargo
installed, you can install it via crates.io:
cargo install shhh
Run the program from the command line (e.g. Terminal on macOS).
Variable | Default | Description |
---|---|---|
SHHH_ALERT_FREQUENCY |
1 | Time between alerts (in seconds) |
SHHH_DECIBEL_THRESHOLD |
-10.0 | dB threshold for an alert |
SHHH_SENSITIVITY |
0.8 | Between 0 and 1, sensitivity to volume spikes |
MIT.