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
Links
- Repo of whisper.cpp - https://github.com/ggerganov/whisper.cpp