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

I have imported the java bindings and tested them. But class WhisperCppTest always report an error (error looking up function 'whisper_full_defaut_params_by_ref'), how to deal with this problem? @nalbion

OpenAI Whisper has a `--max_line_count` argument that allows setting the number of lines to use in subtitles (I usually set it to two). This lets one fit more text on...

I have implemented TTS for my application, everything is fine when sending one request at a time, but when running multiple requests simultaneously, I encounter a signal: segmentation fault error,...

https://developer.apple.com/wwdc23/10049 WhisperKit recently added async prediction for batch parallelized CoreML usage https://github.com/argmaxinc/WhisperKit/releases/tag/v0.6.0 Can whisper.cpp do this?

Hi, I have a question regarding running it on a iOS iphone App, the swiftUI code works well but i have a few questions (i have never run a mix...

FYI, a pull request submitted to support whisper.cpp in package 'speech_recognition' https://github.com/Uberi/speech_recognition/pull/755

I'm experimenting the streaming mode on a M2 Macbook Air and found something like 1/3 of the voice are not recognized - Is that expected or do I need more...

Want to update the ruby bindings and push a new gem. I've added a Rakefile and would like to also think about making this more maintainable moving forward, but for...

I was testing to run Whisper CPP in WSL and native Windows and I have seen a very notable difference in process times. I followed all steps in WSL to...

Consider adding a flake.nix for devshells and for easier dev work on nix-enabled systems