Open Manu21Iq opened 3 years ago
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?
Anyone figure out why this necessary trimming of last few samples?
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