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

nodejs-whisper

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-whisper - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

package.json
{
"name": "nodejs-whisper",
"version": "0.1.11",
"version": "0.1.12",
"description": "Node bindings for OpenAI's Whisper. Optimized for CPU.",

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

@@ -55,2 +55,3 @@ # nodejs-whisper

removeWavFileAfterTranscription?: boolean
withCuda?: boolean // (optional) use cuda for faster processing
whisperOptions: {

@@ -88,2 +89,5 @@ outputInText: false, // get output result in txt file

modelName: string
verbose?: boolean
removeWavFileAfterTranscription?: boolean
withCuda?: boolean
autoDownloadModelName?: string

@@ -90,0 +94,0 @@ whisperOptions?: WhisperOptions

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