a simple python module for comparing the various libraries for speech preprocessing. Primarily used in the development of speechsauce (name pending, please suggest literally anything else)
setting up the virtual environment is pretty seamless if you have poetry installed:
git clone https://github.com/skewballfox/mfcc-benchmark
cd mfcc-benchmark
poetry install
poetry shell
then to run
python -m mfcc_bench
benchmark still a WIP