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

@flownet/lib-whisper-speech-to-text

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flownet/lib-whisper-speech-to-text - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

9

dist/default/cjs/index.js

@@ -13,3 +13,10 @@ 'use strict';

var toYargs = (yargs) => {
return yargs.options({});
return yargs.options({
model: {
type: "string",
default: "tiny",
describe:
"The model to use for speech recognition. The default is `tiny`, which is\na small model that is fast to load and works well for short utterances.\nThe `large` model is more accurate, but takes longer to load and is\nslower to run.\n",
},
});
};

@@ -16,0 +23,0 @@

@@ -11,3 +11,10 @@ import shelljs from 'shelljs';

var toYargs = (yargs) => {
return yargs.options({});
return yargs.options({
model: {
type: "string",
default: "tiny",
describe:
"The model to use for speech recognition. The default is `tiny`, which is\na small model that is fast to load and works well for short utterances.\nThe `large` model is more accurate, but takes longer to load and is\nslower to run.\n",
},
});
};

@@ -14,0 +21,0 @@

@@ -12,3 +12,10 @@ var LIB_WHISPER_SPEECH_TO_TEXT = (function (shelljs) {

var toYargs = (yargs) => {
return yargs.options({});
return yargs.options({
model: {
type: "string",
default: "tiny",
describe:
"The model to use for speech recognition. The default is `tiny`, which is\na small model that is fast to load and works well for short utterances.\nThe `large` model is more accurate, but takes longer to load and is\nslower to run.\n",
},
});
};

@@ -15,0 +22,0 @@

2

package.json
{
"name": "@flownet/lib-whisper-speech-to-text",
"version": "0.1.2",
"version": "0.1.3",
"files": [

@@ -5,0 +5,0 @@ "dist/*",

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