Support whisper large/large-v1/large-v2/large-v3 and distil-large-v2 (#1114)
This commit is contained in:
@@ -35,7 +35,10 @@ struct OfflineRecognitionResult {
|
||||
std::string AsJsonString() const;
|
||||
};
|
||||
|
||||
struct WhisperTag {};
|
||||
struct WhisperTag {
|
||||
int32_t dim = 80;
|
||||
};
|
||||
|
||||
struct CEDTag {};
|
||||
|
||||
class OfflineStream {
|
||||
|
||||
Reference in New Issue
Block a user