nodejs-whisper
nodejs-whisper copied to clipboard
Do not apply .wav to .vtt file
Once whisper has transcribed and generated the file, your code applies .wav to the subtitle file, which is a bug.
For example, videomail.wav.vtt when it should be just videomail.vtt
And it would be good if the output file can be configured with a new option.
Thanks