Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.34 KB

kaldifeats

  • kaldifeats.commands:

A wrapper in python modules to invoke commad line tools of Kaldi, ensuring 100% reproducibility of kaldi features, of course.

  • kaldifeats.signal:

Pure python implementations to perform stft. Actually, instead of Kaldi, it depends on scipy for some useful signal funciton, e.g. scipy.signal.get_window, but not using the highest function, scipy.signal.stft, scipy.signal.spectrogram.

  • kaldifeats.feats:

Pure python modules for audio feature extractor, e.g. log-fbank-feats, mfcc, add-deltas.

Requirements

python3.6
scipy
numpy
kaldiio (pip install git+https://github.com/nttcslab-sp/kaldiio)

Ref

Related projects