Hi!
I am testing diarization feature and it is not working in whisper-stream at all. Here is simple test using this podcast: (sample file is here)
whisper-cli (works):
./build/bin/whisper-cli -f ./output.mp3 -m ./models/ggml-small.en-tdrz.bin -tdrz -pc
wisper-stream (doesn't work):
# terminal 1:
ffplay ./output.mp3
# terminal 2:
./build/bin/whisper-stream -m ./models/ggml-small.en-tdrz.bin -t 8 -tdrz -c 1 -kc
