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
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.
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?
The text was updated successfully, but these errors were encountered: