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

Is it possible to add an on progress callback similar to the on new segment callback? Thank you!

enhancement
good first issue

Hello! First, thanks for writing such a great tool. Whisper.cpp: version 1.20 Open AI: version openai-whisper-20230124 Model used: medium Audio file used: https://github.com/jordimas/whisper-cpp-error/raw/main/15GdH9-curt.mp3 Open AI transcription: https://raw.githubusercontent.com/jordimas/whisper-cpp-error/main/15GdH9-curt/15GdH9-curt.mp3.txt Whisper.cpp: transcription: https://raw.githubusercontent.com/jordimas/whisper-cpp-error/main/15GdH9-curt.wav.txt...

decoding

I've been trying to cross compile whisper.cpp to the `powerpc64le-linux-gnu` platform, with the Cmake build files, and GCC 8.1.0, and getting the following error. Any tips or ideas? Is there...

build

Hello and good day. I am close to getting main command to work from any folder on my Mac system. When I run a command as such: `main -f output-16000.wav...

enhancement
good first issue

When I applied "-sow -ml 78", I could get the following output: 00:05:37,000 --> 00:05:43,000 in most knowledge work positions, even when people think that they're single-tasking. '-tasking' takes up...

enhancement
good first issue

I have a 32-bit arm7 CPU on an Odroid-XU4 with Armbian 21.08.6 Focal with Linux 5.4.160-odroidxu4 Out of box make crashes: ./main -m models/ggml-medium.bin -otxt samples/jfk.wav .... Illegal instruction Looking...

build

Currently, in order to run multiple transformations in parallel, you'll need to instantiate multiple whisper_contexts because the state of the transformation (e.g mel spectogram, previous prompts, prtial results) is stored...

enhancement

See https://github.com/ggerganov/whisper.cpp/pull/474#issuecomment-1422103941

bug

`Hello, I am happy` transcription will actually treat `,` as a word. It would be nice to merge it with the previous word instead. Whisper just added word level timestamps...

enhancement

I am trying to integrate this into a react-native app, I am compiling for iOS and getting the following error. Undefined symbols for architecture arm64 ┌─ Symbol: _ggml_add └─ Referenced...