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