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 2b74795 commit ba8e4aeCopy full SHA for ba8e4ae
src/constants.ts
@@ -47,4 +47,4 @@ export const DEFAULT_MODEL = 'tiny.en'
47
export const WHISPER_CPP_PATH = path.join(__dirname, '..', 'cpp', 'whisper.cpp')
48
49
export const WHISPER_CPP_MAIN_PATH =
50
- process.platform === 'win32' ? 'build\\bin\\Release\\whisper-cli.exe' : './build/bin/whisper-cli'
+ process.platform === 'win32' ? 'build\\bin\\Release\\whisper-cli.exe' : './build/bin/whisper-cli'
0 commit comments