ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

Documentation issue #2463

Open sedghi opened 3 weeks ago

sedghi commented 3 weeks ago

It's not immediately obvious how to run the transcription with a specific model. The README only provides the command ./main.

# build the main example
make

# transcribe an audio file
./main -f samples/jfk.wav

Maybe it is somewhere down in the readme, but it would be great to have it in the top along with this example

millionscorto commented 1 week ago

I mean there is also this $ ./main -m models/ggml-base.en.bin -f samples/jfk.wav