Skip to content

nttcslab-sp/kaldifeats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published