sherpa-onnx-node
Advanced tools
Comparing version 1.10.25 to 1.10.26
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.10.25", | ||
"version": "1.10.26", | ||
"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.25", | ||
"sherpa-onnx-darwin-x64": "^1.10.25", | ||
"sherpa-onnx-linux-x64": "^1.10.25", | ||
"sherpa-onnx-linux-arm64": "^1.10.25", | ||
"sherpa-onnx-win-x64": "^1.10.25", | ||
"sherpa-onnx-win-ia32": "^1.10.25" | ||
"sherpa-onnx-darwin-arm64": "^1.10.26", | ||
"sherpa-onnx-darwin-x64": "^1.10.26", | ||
"sherpa-onnx-linux-x64": "^1.10.26", | ||
"sherpa-onnx-linux-arm64": "^1.10.26", | ||
"sherpa-onnx-win-x64": "^1.10.26", | ||
"sherpa-onnx-win-ia32": "^1.10.26" | ||
} | ||
} |
@@ -42,2 +42,5 @@ const addon = require('./addon.js'); | ||
threshold: 0.5, | ||
minSilenceDuration: 0.5, | ||
minSpeechDuration: 0.25, | ||
maxSpeechDuration: 5, | ||
} | ||
@@ -44,0 +47,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
13947
433