Closed jwijffels closed 8 months ago
Code as
if (params.diarize && pcmf32s.size() == 2) { speaker = estimate_diarization_speaker(pcmf32s, t0, t1, true); }else{ speaker = ""; } transcriptions_speaker[i] = speaker;
Included in commit https://github.com/bnosac/audio.whisper/commit/b819432aa891a1092fc73819f5a1d557461dbb83
Code as