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

Hi there! I'm attempting to build whisper.cpp for MUSL Linux for some lightweight systems, and I figured I would note the issues I ran into during the build. 1) Alpine...

good first issue
build

Trying to do that at the current state would be interpreted as "input filename", where might be counted as another error (of not carefully reading `--help`).

enhancement
good first issue

I was running a task on a german language youtube video with the command line `./main -m ggml-base.bin bauer.wav -t 8 -l de -osrt` and the process ran ok until...

enhancement

Hi, it would be great to have a simple app that takes data from pipe and runs recognition on it ... similar to [stream.cpp](https://github.com/ggerganov/whisper.cpp/blob/master/stream.cpp), but instead taking data from audio...

enhancement
good first issue

Language other than English needs to be specified , it doesn't auto detect the language , is it due to missing multilingual support ?

enhancement
good first issue

Implement a very basic Java application using `whisper.cpp`. It can be used as an example for running Whisper on Android. The [ggwave-java](https://github.com/ggerganov/ggwave-java) project can be used as a good starting...

good first issue
ideas

Hi georgi, I am sure this is not the right platform to make an unreasonable request. Could you make a tutorial or docs how did you went on implementing ggml...

documentation

Simple voice activity detection was included. Thank you to: https://github.com/cirosilvano/easyvad.git

Have you tried building the spectrogram and encoder output in smaller chunks and appending? I think the spectrogram should generate fairly easily with minimal noise depending on the size of...

ideas

Similar to https://github.com/ggerganov/whisper.cpp/pull/131 but for CMakeLists.txt