sherpa-onnx-node
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "sherpa-onnx-node", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"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.20", | ||
"sherpa-onnx-darwin-x64": "^1.0.20", | ||
"sherpa-onnx-linux-x64": "^1.0.20", | ||
"sherpa-onnx-linux-arm64": "^1.0.20", | ||
"sherpa-onnx-win-x64": "^1.0.20" | ||
"sherpa-onnx-darwin-arm64": "^1.0.21", | ||
"sherpa-onnx-darwin-x64": "^1.0.21", | ||
"sherpa-onnx-linux-x64": "^1.0.21", | ||
"sherpa-onnx-linux-arm64": "^1.0.21", | ||
"sherpa-onnx-win-x64": "^1.0.21" | ||
} | ||
} |
@@ -7,2 +7,3 @@ const addon = require('./addon.js') | ||
const slid = require('./spoken-language-identification.js'); | ||
const sid = require('./speaker-identification.js'); | ||
@@ -19,2 +20,4 @@ module.exports = { | ||
SpokenLanguageIdentification: slid.SpokenLanguageIdentification, | ||
SpeakerEmbeddingExtractor: sid.SpeakerEmbeddingExtractor, | ||
SpeakerEmbeddingManager: sid.SpeakerEmbeddingManager, | ||
} |
@@ -67,3 +67,4 @@ const addon = require('./addon.js'); | ||
OnlineRecognizer, | ||
OnlineStream, | ||
Display | ||
} |
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
11740
10
358