Closed PradalCyril closed 9 months ago
Hello, I try to use this library on a nodejs project. I follow steps to install this lib, download large-v1 model. This is my code:
And when I start my server to run this code. I have this error in the console and I don't understand why the lines var is undefined:
[Function: whisper] [whisper-node] Transcribing: /Users/*/example/Je_sais_plus.wav Promise { <pending> } [whisper-node] Problem: TypeError: Cannot read properties of null (reading 'shift') at parseTranscript (/Users/*/myproject/node_modules/whisper-node/dist/tsToArray.js:7:11)
Do you know how to fix this error ? It's a problem with the whisper.cpp installation ?
https://github.com/ariym/whisper-node/issues/36
Hello, I try to use this library on a nodejs project. I follow steps to install this lib, download large-v1 model. This is my code:
And when I start my server to run this code. I have this error in the console and I don't understand why the lines var is undefined:
Do you know how to fix this error ? It's a problem with the whisper.cpp installation ?