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

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

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

what's the model using for keywords spotting?

Hello, Many thanks for the code! I'm writing an R wrapper around this C++ code at https://github.com/bnosac/audio.whisper I'm now compiling the C code using `-std=c11 -O3` as in https://github.com/bnosac/audio.whisper/blob/master/src/Makevars But...

build

Hello folks, my use case is to redirect the output to a file while using `stream.exe` and be able to view it in an editor like VS Code, essentially live...

question

ref #190 #235 "Guided mode" allows you to specify a list of commands (i.e. strings) and the transcription will be guided to classify your command into one from the list....

Hi, Wanted to start off with a big thanks for porting whisper to C++. It has been very useful for integration on iOS. I wanted to open this issue to...

enhancement

Just keen to see these, and I'm now looking how to make this happen - I'm fairly new to this part of Go. Would anyone like to collaborate? Ideally I'd...

bindings

When compiling the R wrapper [audio.whisper](https://github.com/bnosac/audio.whisper) and looking at the continuous integration messages, I noticed on Mac OS, I see the following error when compiling `ggml.c`. ``` clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include"...

First of all, this is a wonderful project and lots of fun to play with — thanks for all the hard work that went into it! I’m wondering about what...

I'm the developer of https://github.com/mayeaux/generate-subtitles Currently I use `verbose=False` with this app when using Whisper, because it gives me useful information that I can output to the frontend: `35%|███▌ |...

enhancement