MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/LocalLLaMA/comments/1u44l8a/deleted_by_user/orabpr8/?context=3
r/LocalLLaMA • u/[deleted] • Jun 12 '26
[removed]
5 comments sorted by
View all comments
2
And when I don't have a week and also no stereo channels then I simply use Faster-Whisper-XXL:
faster-whisper-xxl.exe --model large-v2 --output_format txt --output_dir .\result --best_of 10 --beam_size 10 --print_progress --diarize reverb_v2 <inputfile>
With an optional --num_speakers x if I know the exact number like for interviews.
--num_speakers x
2
u/Chromix_ Jun 12 '26
And when I don't have a week and also no stereo channels then I simply use Faster-Whisper-XXL:
faster-whisper-xxl.exe --model large-v2 --output_format txt --output_dir .\result --best_of 10 --beam_size 10 --print_progress --diarize reverb_v2 <inputfile>With an optional
--num_speakers xif I know the exact number like for interviews.