sherpa-onnx
Advanced tools
Comparing version 1.9.4 to 1.9.7
@@ -44,5 +44,10 @@ // Copyright (c) 2023 Xiaomi Corporation (authors: Fangjun Kuang) | ||
const SherpaOnnxOnlineZipformer2CtcModelConfig = StructType({ | ||
"model" : cstring, | ||
}); | ||
const SherpaOnnxOnlineModelConfig = StructType({ | ||
"transducer" : SherpaOnnxOnlineTransducerModelConfig, | ||
"paraformer" : SherpaOnnxOnlineParaformerModelConfig, | ||
"zipformer2Ctc" : SherpaOnnxOnlineZipformer2CtcModelConfig, | ||
"tokens" : cstring, | ||
@@ -667,2 +672,3 @@ "numThreads" : int32_t, | ||
const OnlineParaformerModelConfig = SherpaOnnxOnlineParaformerModelConfig; | ||
const OnlineZipformer2CtcModelConfig = SherpaOnnxOnlineZipformer2CtcModelConfig; | ||
@@ -697,2 +703,3 @@ // offline asr | ||
OnlineParaformerModelConfig, | ||
OnlineZipformer2CtcModelConfig, | ||
@@ -699,0 +706,0 @@ // offline asr |
{ | ||
"name": "sherpa-onnx", | ||
"version": "1.9.4", | ||
"version": "1.9.7", | ||
"description": "Real-time speech recognition with Next-gen Kaldi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135740686
625