chris-cornwall

Results 2 comments of chris-cornwall

I'm trying to use this package in the same way and I'm facing a similar issue: ``` [whisper-node] No 'modelName' or 'modelPath' provided. Trying default model: base.en [whisper-node] Problem: TypeError:...

My issue was caused by not following the instructions in the ReadMe. After converting my audio file to the correct format using `ffmpeg -i input.mp3 -ar 16000 output.wav`, it worked...