A python app that gives you a real-time spectrogram of a mono audio feed. Record a snippet with spacebar and save it to the output folder. This is mostly a utility app to easily record and visualize signal data for further hacking.
- pip install dependencies
- run spec.py
- Python 3.x
- Required Python packages:
- numpy
- sounddevice
- scipy
- matplotlib
- soundfile
- record in stereo
- get rid of dependencies no longer in use.