whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
The node package that's currently built is not an ES6 compatible package. I've tried adding the `-s EXPORT_ES6` flag and it seems to work properly, but the output still has...
I noticed a few escaping issues: 1. The input name is just piped raw into the output. https://github.com/ggerganov/whisper.cpp/blob/ac521a566ea6a79ba968c30101140db9f65d187b/examples/main/main.cpp#L342 2. Likewise for the output file. https://github.com/ggerganov/whisper.cpp/blob/ac521a566ea6a79ba968c30101140db9f65d187b/examples/main/main.cpp#L425 The font, by contrast, is...
I love the Karaoke option. However, since I'm on Windows it is rather tricky to get working. Would you be willing to change the Karaoke output to a more cross...
So lets say you do -8 and you have 16 threads(hyper threading) This is the fastest it will go, but the UI says 8/16. If you do 16/16 threads it...
Hi I've messed around a bit with xcode and SDL Mac etc but I'm flying blind -- what's the easiest way to get the examples/command running on iOS (M1)?
if I load a model, and in multiple threads, create new whisper contexts, should you expect that I could execute whisper on the same model in separate threads? Right now...
For efficiency in storage, parsing and accuracy from representing timestamps in milliseconds (rather than floating-point numbers), this PR, like https://github.com/openai/whisper/pull/228 adds feature to output CSV file containing lines formatted like:...
The eventual crash occurs here: dst_data is NULL because params->wdata is NULL  Cause is way up the stack where cgraph->work is zero:  My environment is Visual Studio 2022....
ref #200 Instead of creating and joining new threads for each graph compute, we create a thread pool with active threads and make them wait on a condition variable instead...
signficant -> significant