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 Manu, I face the same problem as the timestamp at the end of the diarization end 10s before te original file, example:
Duration:60s
Timestamps until 50s max
Have you progress on this issue?
Diarization only applying for part of audio, I mean last few mins is not getting processed.
I think that's because of below code in audio.py file:
Trim the end of the audio to have a multiple of the window size
wav = wav[:len(wav) - (len(wav) % samples_per_window)]
please let me know what i should do to get the complete audio diarization
The text was updated successfully, but these errors were encountered: