whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
Is it possible to add an on progress callback similar to the on new segment callback? Thank you!
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...
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...
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...
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...
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...
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...
See https://github.com/ggerganov/whisper.cpp/pull/474#issuecomment-1422103941
`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...
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...