Update kaldi-native-fbank. (#2259)

Now it supports FFT of an even number, not necessarily a power of 2.
This commit is contained in:
Fangjun Kuang
2025-05-29 10:34:22 +08:00
committed by GitHub
parent d8b5a58898
commit 8e6826521e
9 changed files with 28 additions and 16 deletions

View File

@@ -79,6 +79,8 @@ struct FeatureExtractorConfig {
bool is_mfcc = false;
bool round_to_power_of_two = true;
std::string ToString() const;
void Register(ParseOptions *po);