sherpa-onnx-node
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection", | ||
@@ -48,8 +48,8 @@ "main": "sherpa-onnx.js", | ||
"optionalDependencies": { | ||
"sherpa-onnx-darwin-arm64": "^1.0.23", | ||
"sherpa-onnx-darwin-x64": "^1.0.23", | ||
"sherpa-onnx-linux-x64": "^1.0.23", | ||
"sherpa-onnx-linux-arm64": "^1.0.23", | ||
"sherpa-onnx-win-x64": "^1.0.23" | ||
"sherpa-onnx-darwin-arm64": "^1.0.24", | ||
"sherpa-onnx-darwin-x64": "^1.0.24", | ||
"sherpa-onnx-linux-x64": "^1.0.24", | ||
"sherpa-onnx-linux-arm64": "^1.0.24", | ||
"sherpa-onnx-win-x64": "^1.0.24" | ||
} | ||
} |
@@ -10,2 +10,3 @@ const addon = require('./addon.js') | ||
const punct = require('./punctuation.js'); | ||
const kws = require('./keyword-spotter.js'); | ||
@@ -26,2 +27,3 @@ module.exports = { | ||
Punctuation: punct.Punctuation, | ||
KeywordSpotter: kws.KeywordSpotter, | ||
} |
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
13587
13
424