Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Ability of Speaker Diarization with More Than 2 Speakers #72

Open
ConnieZi opened this issue Jun 17, 2022 · 3 comments
Open

The Ability of Speaker Diarization with More Than 2 Speakers #72

ConnieZi opened this issue Jun 17, 2022 · 3 comments

Comments

@ConnieZi
Copy link

ConnieZi commented Jun 17, 2022

Hello developers! Thank you so much for developing Resemblyzer and it is an amazing tool for me.
I have actually been encountered a problems while developing, that when my input audio contains 3 speakers' untterances, the output would only give me the labels with only 2 speakers.
More specifically, after the first(label 0) and the second speaker(label 1) finish talking and then the third speaker starts, Resemblyzer just labels the third speaker with label 0.
Not sure if it's because the two of them have similar voices, but this happens with every audio of mine that contains 3 speakers.

@theashishbhatt
Copy link

Hey @ConnieZi. Did you check how many clusters you are creating? The SpectralClusterer takes in arguments for minimum and maximum clusters you want to be created. If you have three speakers in the audio, try setting min=3. It should work.

@Nirannoel
Copy link

Can i know how to get the output on text format like RTTM by using speaker diarization on resemblyzer

@lkaniak
Copy link

lkaniak commented Nov 9, 2023

Hey @ConnieZi. Did you check how many clusters you are creating? The SpectralClusterer takes in arguments for minimum and maximum clusters you want to be created. If you have three speakers in the audio, try setting min=3. It should work.

Is it possible to match a use-case where I only need to identify the number of speakers in a audio sample, using this and the package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants