Skip to main content

How to transcribe in real time using Whisper

Follow the tutorial to run whisper.cpp on macOS, using the base or the base.en model.

Then, in whisper.cpp directory, run

make stream
./stream -m ./models/ggml-base-en.bin -t 8 --step 500 --length 5000