Skip to content

rouseabout/knf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plain C implementataion of the Kaldi online feature extractor using FFTW.

Produces identical output to kaldifeat and kaldi-native-fbank.

C Benchmark

See bench.cpp. Wall-clock time to compute features for 1000 second waveform, averaged over 10 runs.

Implementation Time (Seconds)
kali-native-fbank 0.4978459
knf 0.3398971

Python Benchmark

See bench.py. Wall-clock time to compute features for 1000 second waveform:

Implementation Time (Seconds)
kaldifeat 10.6698
kali-native-fbank 0.7778
knf 0.3258

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published