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

max window length error for most audio files #45

Open
shivashankar6146 opened this issue Feb 6, 2024 · 1 comment
Open

max window length error for most audio files #45

shivashankar6146 opened this issue Feb 6, 2024 · 1 comment

Comments

@shivashankar6146
Copy link

I have started trying out this library on some of my audio files but I am facing the below error for most of my wav files

ValueError: n_wins 2540 > max_length 1300 --- ok.wav. Increase max window length ms_max_segments!

Could you please explain why this shall occur?

@shivashankar6146 shivashankar6146 changed the title max window length error for some audio files max window length error for most audio files Feb 6, 2024
@asosawelford
Copy link

Hi, it seems like this issue is similar to #11
From what I understand, the duration of the ok.wav audio exceds the default maximum. Maybe you could try shortening the audio, or overwrite the maximum length in the config file, with the caveat that's mentioned in the issue i've linked.

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