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

What's the maximum length of the audio array? #9

Open
irdance opened this issue May 26, 2020 · 1 comment
Open

What's the maximum length of the audio array? #9

irdance opened this issue May 26, 2020 · 1 comment

Comments

@irdance
Copy link

irdance commented May 26, 2020

At test/inference time, what's the maximum length of the audio array that can be tested? I'm having trouble finding this out from the code.

If an audio array is longer than this max_length is trimmed?

@ranasac19878
Copy link
Collaborator

Hi Irdance, there is no max length and you can test arbitrary length audio. The trimming only happens based on the threshold dB level which I think is set at 40 dB. So anything less than that value in the beginning or the end of audio will be trimmed but not in the middle of audio.
Let me know if you still have doubts.

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

2 participants