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

Diarization issue #58

Open
Manu21Iq opened this issue Apr 27, 2021 · 2 comments
Open

Diarization issue #58

Manu21Iq opened this issue Apr 27, 2021 · 2 comments

Comments

@Manu21Iq
Copy link

Manu21Iq commented Apr 27, 2021

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

@teoh79
Copy link

teoh79 commented Apr 30, 2022

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?

@nehat005
Copy link

nehat005 commented Nov 9, 2022

Anyone figure out why this necessary trimming of last few samples?

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

3 participants