denjello / pi-DJex

This is a project for creating visal feebdack when the DJ gets too loud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi-DJex

Python script for detecting the live audio input's RMS value and triggering a warning sequence through Raspberry PI GPIOs when crossing a configured threshold.

Usage

# run the service
./pi-djex.py

# only update config without running service (if service is running in background)
./pi-djex.py --config --threshold=80

# get an overview of configuration options
./pi-djex.py --help

About

This is a project for creating visal feebdack when the DJ gets too loud.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%