nodejs-whisper icon indicating copy to clipboard operation
nodejs-whisper copied to clipboard

Do not apply .wav to .vtt file

Open binarykitchen opened this issue 1 year ago • 4 comments

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

binarykitchen avatar Sep 27 '24 00:09 binarykitchen