lightningRalf / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
0 stars 0 forks source link

bindings/go: Process(data, nil) only works once #87

Open lightningRalf opened 1 year ago

lightningRalf commented 1 year ago

Here is a failing test demonstrating that calling Process(data, nil) more than once on a context returns no data. https://github.com/ggerganov/whisper.cpp/commit/1c4ccfc7a99bec97d81994608febc5f093bd3f3a

I looked for the cause but haven't figured out why that is. The main difference I see is that this non-callback variant sets the "single utterance" flag.