sherpa-onnx-node
Advanced tools
Comparing version 1.10.22 to 1.10.23
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.10.22", | ||
"version": "1.10.23", | ||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection", | ||
@@ -48,9 +48,9 @@ "main": "sherpa-onnx.js", | ||
"optionalDependencies": { | ||
"sherpa-onnx-darwin-arm64": "^1.10.22", | ||
"sherpa-onnx-darwin-x64": "^1.10.22", | ||
"sherpa-onnx-linux-x64": "^1.10.22", | ||
"sherpa-onnx-linux-arm64": "^1.10.22", | ||
"sherpa-onnx-win-x64": "^1.10.22", | ||
"sherpa-onnx-win-ia32": "^1.10.22" | ||
"sherpa-onnx-darwin-arm64": "^1.10.23", | ||
"sherpa-onnx-darwin-x64": "^1.10.23", | ||
"sherpa-onnx-linux-x64": "^1.10.23", | ||
"sherpa-onnx-linux-arm64": "^1.10.23", | ||
"sherpa-onnx-win-x64": "^1.10.23", | ||
"sherpa-onnx-win-ia32": "^1.10.23" | ||
} | ||
} |
@@ -74,3 +74,3 @@ const addon = require('./addon.js'); | ||
samples: a 1-d float32 array, | ||
start: a int32 | ||
start: an int32 | ||
} | ||
@@ -77,0 +77,0 @@ */ |
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
13863