Support zipformer CTC ASR with whisper features. (#2319)

This commit is contained in:
Fangjun Kuang
2025-06-27 00:15:11 +08:00
committed by GitHub
parent 282211c01f
commit 54bf3732d9
8 changed files with 184 additions and 37 deletions

View File

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