Support zipformer CTC ASR with whisper features. (#2319)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user