nodejs-whisper
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"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 |
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
5338756
151