Details and more documentation is available on github.
spectrogram_grid.py
This file generates a grid of spectrograms varying bit width and sample count for a given audio file.
The --file argument lets you choose what file to display.
Run this using python src/fft/demos/spectrogram_demo.py --file <file> | |
---|
classifier.py
This file generates spectrograms of various audio files along with a the results of a classifier below it. This generates one file for every 3 audio files (to prevent over clutter).
Run this using python src/fft/demos/classifier.py | |
---|