New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sherpa-onnx

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sherpa-onnx - npm Package Compare versions

Comparing version 0.9.9 to 0.9.10

10

index.js
// Copyright (c) 2023-2024 Xiaomi Corporation (authors: Fangjun Kuang)
"use strict"
'use strict'
const wasmModule = require("./sherpa-onnx-wasm-nodejs.js")();
const sherpa_onnx_asr = require("./sherpa-onnx-asr.js");
const sherpa_onnx_tts = require("./sherpa-onnx-tts.js");
const wasmModule = require('./sherpa-onnx-wasm-nodejs.js')();
const sherpa_onnx_asr = require('./sherpa-onnx-asr.js');
const sherpa_onnx_tts = require('./sherpa-onnx-tts.js');

@@ -17,3 +17,3 @@ function createOnlineRecognizer(config) {

function createOfflineTts(config) {
return sherpa_onnx_asr.createOfflineTts(wasmModule, config);
return sherpa_onnx_tts.createOfflineTts(wasmModule, config);
}

@@ -20,0 +20,0 @@

{
"name": "sherpa-onnx",
"version": "0.9.9",
"version": "0.9.10",
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection",

@@ -5,0 +5,0 @@ "main": "index.js",

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