MFCC Benchmark

December 25, 2022 ยท View on GitHub

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)

Getting Started

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