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
if I run the code, I always get Index Error on spleeter/spleeter/audio/convertor.py", line 56, in to_stereo
if waveform.shape[1] == 1:
~~~~~~~~~~~~~~^^^
IndexError: tuple index out of range
I print the waveform.shape, it gives me wave form : (479832,) ,,,yeah really out range, I try change many audio file but same error
The text was updated successfully, but these errors were encountered:
if I run the code, I always get Index Error on spleeter/spleeter/audio/convertor.py", line 56, in to_stereo
if waveform.shape[1] == 1:
~~~~~~~~~~~~~~^^^
IndexError: tuple index out of range
I print the waveform.shape, it gives me wave form : (479832,) ,,,yeah really out range, I try change many audio file but same error
The text was updated successfully, but these errors were encountered: