Open sedghi opened 3 weeks ago
It's not immediately obvious how to run the transcription with a specific model. The README only provides the command ./main.
./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
I mean there is also this $ ./main -m models/ggml-base.en.bin -f samples/jfk.wav
$ ./main -m models/ggml-base.en.bin -f samples/jfk.wav
It's not immediately obvious how to run the transcription with a specific model. The README only provides the command
./main
.Maybe it is somewhere down in the readme, but it would be great to have it in the top along with this example