sherpa-onnx-node
Advanced tools
Comparing version 1.10.40 to 1.10.41
@@ -23,2 +23,6 @@ const addon = require('./addon.js'); | ||
reset(stream) { | ||
addon.resetKeywordStream(this.handle, stream.handle); | ||
} | ||
getResult(stream) { | ||
@@ -25,0 +29,0 @@ const jsonStr = addon.getKeywordResultAsJson(this.handle, stream.handle); |
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.10.40", | ||
"version": "1.10.41", | ||
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection", | ||
@@ -58,9 +58,9 @@ "main": "sherpa-onnx.js", | ||
"optionalDependencies": { | ||
"sherpa-onnx-darwin-arm64": "^1.10.40", | ||
"sherpa-onnx-darwin-x64": "^1.10.40", | ||
"sherpa-onnx-linux-x64": "^1.10.40", | ||
"sherpa-onnx-linux-arm64": "^1.10.40", | ||
"sherpa-onnx-win-x64": "^1.10.40", | ||
"sherpa-onnx-win-ia32": "^1.10.40" | ||
"sherpa-onnx-darwin-arm64": "^1.10.41", | ||
"sherpa-onnx-darwin-x64": "^1.10.41", | ||
"sherpa-onnx-linux-x64": "^1.10.41", | ||
"sherpa-onnx-linux-arm64": "^1.10.41", | ||
"sherpa-onnx-win-x64": "^1.10.41", | ||
"sherpa-onnx-win-ia32": "^1.10.41" | ||
} | ||
} |
15591
476