sherpa-onnx-node
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection", | ||
@@ -48,6 +48,6 @@ "main": "sherpa-onnx.js", | ||
"optionalDependencies": { | ||
"sherpa-onnx-darwin-arm64": "^1.0.9", | ||
"sherpa-onnx-darwin-x64": "^1.0.9", | ||
"sherpa-onnx-linux-x64": "^1.0.9" | ||
"sherpa-onnx-darwin-arm64": "^1.0.10", | ||
"sherpa-onnx-darwin-x64": "^1.0.10", | ||
"sherpa-onnx-linux-x64": "^1.0.10" | ||
} | ||
} |
@@ -8,5 +8,5 @@ # Introduction | ||
||Method|Support multiple threads| | ||
|---|---|---| | ||
|this package| https://github.com/nodejs/node-addon-api | Yes | | ||
|https://www.npmjs.com/package/sherpa-onnx| WebAssembly | No | | ||
||Method|Support multiple threads|Minimum required node version| | ||
|---|---|---|---| | ||
|this package| https://github.com/nodejs/node-addon-api | Yes | v10| | ||
|https://www.npmjs.com/package/sherpa-onnx| WebAssembly | No | v18| |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4168