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

I like the timestamp/transcription format that is used when logging transcriptions to the console, would it be possible to add an option to save that output format to a file...

enhancement
good first issue

how to compile a whisper go app with visual cpp build tools on windows? I want to make a simple gui app for audio transcription.

I am running whisper.cpp inside docker, as a POC I translated 800 WAV files. In few cases (less then 5), the client is getting into endless loop at a certain...

enhancement
decoding

I'm not sure if this is a variant of #412, but check out this partial output: ```plain [00:25:16.880 --> 00:25:20.240] And you're like, this character needs some like thigh highs...

enhancement
decoding

Apologies I don't have more information, I ran into a couple bugs when trying to add transcripted audio using `./main models/base.en-bin -sow --ml 1 -osrt`

bug
decoding

I tried compiling and running whisper on Windows 11 Pro on ARM64, sadly it doesn't work. When compiling using Visual Studio 2022 I used to following profile: ![image](https://user-images.githubusercontent.com/33700526/219854004-29f4ed2f-f980-4f7e-9694-e705927a53b0.png) When reloading...

build

this czech wav file seems to be hard to transcribe for Whisper At the start there is music and then speech. But the srt is full of trash. https://drive.google.com/file/d/11npsQDnMiAV_Y-OsgHtLwfqxQaZriKMI/view?usp=share_link Any...

decoding

Is it possible to stop the output when loading a model. Maybe a "Silent" boolean, when calling Whisper_init or similar ? TBH Id imagine this should default to silent. exposing...

enhancement

#445 fix Language auto-detect "auto" flag does not work using the stream tool