Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sherpa-onnx-node

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sherpa-onnx-node - npm Package Compare versions

Comparing version 1.10.9 to 1.10.12

12

package.json
{
"name": "sherpa-onnx-node",
"version": "1.10.9",
"version": "1.10.12",
"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.10.9",
"sherpa-onnx-darwin-x64": "^1.10.9",
"sherpa-onnx-linux-x64": "^1.10.9",
"sherpa-onnx-linux-arm64": "^1.10.9",
"sherpa-onnx-win-x64": "^1.10.9"
"sherpa-onnx-darwin-arm64": "^1.10.12",
"sherpa-onnx-darwin-x64": "^1.10.12",
"sherpa-onnx-linux-x64": "^1.10.12",
"sherpa-onnx-linux-arm64": "^1.10.12",
"sherpa-onnx-win-x64": "^1.10.12"
}
}

@@ -32,3 +32,3 @@ const addon = require('./addon.js');

reset() {
return addon.circularBufferReset(this.handle);
addon.circularBufferReset(this.handle);
}

@@ -83,4 +83,8 @@ }

reset() {
return addon.VoiceActivityDetectorResetWrapper(this.handle);
addon.VoiceActivityDetectorResetWrapper(this.handle);
}
flush() {
addon.VoiceActivityDetectorFlushWrapper(this.handle);
}
}

@@ -87,0 +91,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc