whisper.cpp
whisper.cpp copied to clipboard
Port of OpenAI's Whisper model in C/C++
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...
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...
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...
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`
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:  When reloading...
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...
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...
#445 fix Language auto-detect "auto" flag does not work using the stream tool