@jaybrunet@podcastindex.social
Post #1965811
2026-04-05 04:45 UTC
If you want a faster whisper, try "ctranslate2" for transcription:
pipx install whisper-ctranslate2
I'm using it like this in bash...
whisper-ctranslate2 "$AUDIO_FILE" \
--model large-v3-turbo \
--device cpu \
--compute_type int8 --output_format txt --language en --output_dir .
Much faster than whisper 'medium' and better quality sentence structure IMO.
Replies (0)
No replies.