vibe icon indicating copy to clipboard operation
vibe copied to clipboard

Speaker labels (Diarization)

Open thewh1teagle opened this issue 9 months ago • 0 comments

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

thewh1teagle avatar May 21 '24 01:05 thewh1teagle