You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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 withlabel 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.
The text was updated successfully, but these errors were encountered: