ChetanXpro / nodejs-whisper

NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++ by ggerganov.
https://npmjs.com/nodejs-whisper
MIT License
93 stars 22 forks source link

Improve logging and add test case #118

Open binarykitchen opened 1 month ago

binarykitchen commented 1 month ago

A first attempt to improve logging, refer to https://github.com/ChetanXpro/nodejs-whisper/issues/114

With this change:

And a nice bonus, adds an example script for easier testing with an example wav file :)