I have sepearte module extract feature filterbank from kaldi c++ for another project, but when I try get output from filter bank kaldi, It's completely difference with filter bank from python_speech_feature (
https://github.com/jameslyons/python_speech_features). The range value of kaldi is not in [-1, 1]. I wonder how i convert output kaldi like or near like python speech feature. Sorry because My model in another project using from python speech feature, but I can't convert direct from python_speech_feature to c++. Tks.