Support zipformer CTC ASR with whisper features. (#2319)
This commit is contained in:
@@ -77,6 +77,8 @@ class OnlineCtcModel {
|
||||
|
||||
// Return true if the model supports batch size > 1
|
||||
virtual bool SupportBatchProcessing() const { return true; }
|
||||
|
||||
virtual bool UseWhisperFeature() const { return false; }
|
||||
};
|
||||
|
||||
} // namespace sherpa_onnx
|
||||
|
||||
Reference in New Issue
Block a user