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)
tazz4843 commented
whisper.cpp has not made a release in the time since tdrz was released, so that functionality simply doesn't exist downstream yet.
nipierre commented
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
.
nipierre commented
Ok missed it !
Is there any plan to build a function around it ? I can test stuff and push it afterwards if necessary.