We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5c50c commit 961be12Copy full SHA for 961be12
example/index.ts
@@ -10,8 +10,8 @@ const filePath = path.resolve(__dirname, AUDIO_FILE)
10
async function convert() {
11
try {
12
await nodewhisper(filePath, {
13
- modelName: 'base.en',
14
- autoDownloadModelName: 'base.en',
+ modelName: 'tiny.en',
+ autoDownloadModelName: 'tiny.en',
15
whisperOptions: {
16
outputInVtt: true,
17
// Default is 20 which is too long
0 commit comments