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

[BUG] <out of range index> #1

Open
1 task done
abeerM opened this issue Sep 17, 2024 · 1 comment
Open
1 task done

[BUG] <out of range index> #1

abeerM opened this issue Sep 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@abeerM
Copy link

abeerM commented Sep 17, 2024

Checked other resources

  • Confirm and check all the following options.

Current Behavior

I am trying to use my WAV files that includes up to 2 speakers only in order to separate them.

Expected behaviour

I was expecting to have an output of two audio files for each speaker but I am getting this error
win, nperseg = _triage_segments(window, nperseg, input_length=x.shape[-1]) IndexError: tuple index out of range

Example Code

No response

Error Message and Stack Trace (if applicable)

win, nperseg = _triage_segments(window, nperseg, input_length=x.shape[-1])
IndexError: tuple index out of range

Environment

windows

Further Information

I am using anaconda, python 3.9 and all packages are installed
@abeerM abeerM added the bug Something isn't working label Sep 17, 2024
@BrownsugarZeer
Copy link
Owner

@abeerM this is because the scipy package version is older. I will update the version and fix the code as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants