Skip to content

whisper-stream doesn't do diarization, while whisper-cli does #3712

@dimon777

Description

@dimon777

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
Image

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions