jchook / too-loud

SHH! Receive an alert when you are being too loud!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too Loud

SHH! Receive audio alerts on your computer when you are being too loud.

About

For night owls or morning larks, it's easy to get carried away and get a little loud while others in your household are trying to get their much needed rest.

This app monitors the microphone input on your computer and plays a "SHH!" sound when you exceed a certain decibel threshold.

Features

  • Adjustable decibel sensitivity
  • Adjustable peak sensitivity
  • Custom alert sounds

Install

Right now this is a simple python script.

git clone git@github.com:jchook/too-loud.git
cd too-loud
pip install -r requirements.txt

Usage

python main.py

Modify the variables inside the main.py script to adjust the sensitivity and the alert sound.

License

MIT.

About

SHH! Receive an alert when you are being too loud!

License:MIT License


Languages

Language:Python 100.0%