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

Hello, @ggerganov! Impressive work, thanks! Wondering if it is possible to add a --print-colors property for the web version. I was trying to figure it out by myself but had...

enhancement
good first issue

## Description In the Croatian language, we often get short sub-word tokens. When we choose `max-len` option, words often get split, and we don't want that. It looks like this:...

Thanks for your great project. How can I set the transcription language in the wasm stream example? -- it is transcribing to English only ( I am using ggml-tiny instead...

In addition to --offset-t I'd love to have an option to limit the duration the transcription is done. smth like --offset-t 10000 -duration 30000 would start at second 10 and...

Current Go binding uses default lang "en" and there is no way to set it to auto - getting error unknown language. This PR makes it accepting "auto" as a...

This stores the language id in the context. This is useful if you are using the auto detect language feature, and want access to the language after the running `whisper_full`....

I was just trying out the `go-whisper` example in the go bindings, and providing `-max-len 1` appears in the console as being applied - but it does not provide word-level...

bug
bindings

element.alue -> element.value

Does OpenBLAS Windows 64-bit builds from v1.2.0 run on all 64-bit CPUs - both with and without AVX2? (32-bit version on 32-bit OS) Also, v1.2.0 runs very well, all files...