Audio Spectrum visualization on Dot Matrix Display.
- MAX72XX based Dot Matrix Display.
- ESP8266 Dev Board with Neo's MatrixEditor example sketch installed.
pip install -r requirements.txt
python neospectrum.py --display 192.168.2.13
python neospectrum.py --display 192.168.2.13 -D
- Daemon mode
- Real Time Audio Processing
- Visualization on local system
- Input audio wave
- Audio spectrum
- Visualization on Matrix Display
- Audio spectrum
- Get Neo's IP as argument
This project is licensed under the MIT License - see the license file file for details