tazz4843/whisper-rs

how to use tdrz params?

daidi opened this issue · 5 comments

daidi commented

very useful tools , thanks a lot for your efforts!!!

there is one more question ,how can i use tdrz param?

-tdrz,     --tinydiarize       [false  ] enable tinydiarize (requires a tdrz model)

whisper.cpp has not made a release in the time since tdrz was released, so that functionality simply doesn't exist downstream yet.

See #85

Hi @tazz4843, maybe I've missed something about diarization, but aren't we missing bindings to whisper_full_get_segment_speaker_turn_next method (cf. ggerganov/whisper.cpp#1058 (comment)) to make it properly work ?
I'm ATM unable to get speaker change information even though I enabled set_tdrz_enable.

#99 should have added that method @nipierre

Ok missed it !
Is there any plan to build a function around it ? I can test stuff and push it afterwards if necessary.