whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 748 whisper.cpp issues
Sort by recently updated
recently updated
newest added

Currently, streaming is only available when executing through the command-line interface. Could support for streaming be implemented in whisper.cpp, enabling the real-time transcription of an audio stream and the streaming...

The `--processors` / `n_processors` option, which initially I assumed was related to core count, actually seems to split the audio to chunks and process them in parallel. When `n_processors` is...

bug
good first issue

Just an open issue or discussion to share visibility about the realease v1.5.5. Last release ( v1.5.4) was 4 month ago. Any target date or features to completed before to...

`whisper_context_params.use_gpu = false;` doesn't work. it still trying to use opencl and leads to crash (specific in my case with [opencl](https://github.com/ggerganov/whisper.cpp/issues/1760)) I use it in my project [vibe](https://github.com/thewh1teagle/vibe) And this...

bug

**I'm trying to use cuda with go binding and I get this error randomly : I already saw this issue : https://github.com/ggerganov/whisper.cpp/issues/1814 and I'm using master branch already tested v1.5.4...

Hello, I'm facing a weird behaviour of how a large model reacts to an empty inference message: it keeps generating "Thank you" caption over and over again for English (for...

This is a feature I've been wanting for a while, but haven't seen go past anywhere else. It allows streaming raw audio from `stdin`. It's different from the `stdin` support...

Maybe I am missing something but not able to quite figure out. ./build/go-whisper -model models/ggml-tiny.en.bin samples/jfk.wav zsh: killed ./build/go-whisper -model models/ggml-tiny.en.bin samples/jfk.wav Just gives this without any other output. Followed...

I use model large-v3 When After running for a period of time, repeatedly output the same sentence like this: 00:00:00->00:00:29:请不吝点赞 订阅 转发 打赏支持明镜与点点栏目 00:00:29->00:00:59:请不吝点赞 订阅 转发 打赏支持明镜与点点栏目 00:00:59->00:01:29:请不吝点赞 订阅 转发...