vibe
vibe copied to clipboard
Speaker labels (Diarization)
Goal
Provide speaker labels along with the transcriptions (eg. Speaker1: ...
, Speaker2: ...
)
Do it in the same time when transcribing efficient and lightweight.
Research
https://github.com/wq2012/awesome-diarization
Possible ways:
Use c/c++
diarization libs in Rust using bindgen
Replicate pyannote-audio to Rust
with tch-rs