Real-time audio spectrum bridge from CAVA to MCUB display devices via binary serial. MCUB Protocol v2.0.0.
- Python 3.11+
- CAVA for Windows
- MCUB compatible device (USB serial)
pip install -r requirements.txt
# Auto-scan COM ports
python src/bridge.py
# Specify port
python src/bridge.py --port COM8Edit config/settings.json for CAVA path, audio source, bars, framerate, EQ, and smoothing.
- BRIDGE — Architecture and usage
- PROTOCOL — Binary protocol details
- LOGGING — Logging conventions
- CHANGELOG — Version history
GNU GPL v3