-
-
Notifications
You must be signed in to change notification settings - Fork 158
Description
#question
How long can consistent speaker labels be maintained? For instance, if a speaker is labeled speaker 1 from 0 - 2 sec and then doesn't speaker again until 300-305 sec, will this speaker label be maintained?
Where could I find the code that performs the operations to ensure speaker labels remain consistent across audio chunks on longer audio files (i.e. 1-3 hours)?
I ask because we have an engine that processes audio
0-16 sec
2-18 sec
4-20 sec
or 16 sec with a 2-sec overlap. When we pass the audio to pyannote it seems to reset the speaker label based on the current 16-sec audio analysis window. What piece of code aids in maintaining speaker labels across overlapping chunks instead of resetting the labels every time?
Please let me know if you need further clarification on this question. Thank you