Closed carlthome closed 6 years ago
oops, indeed... thanks for finding this.
In the end, I did not use the .stems
property in this tool, so I haven't done proper unit tests for it.
I will fix it today and make a new release.
Reproduced in d0b06b9
should be fixed in 2405d18
@carlthome can you please check if this works as expected?
Shapes look right now. Thanks!
mus = musdb.DB(is_wav=True)
tracks = mus.load_mus_tracks()
still fails though (while it works if is_wav=False
)
just double check... your decoded musdb file structure looks like this, right?
Yeah, that's the folder structure after using the Docker scripts for decoding.
I'll go over to using the mp4:s though as they're nicer. I personally would be fine with the is_wav
option being removed (to make the codebase simpler). Feel free to close this issue!
we have some other participants using the docker decoded version because they either don't use python or cannot easily install ffmpeg (hello windows users without anaconda)...
Therefore it would still be great to know if there is a bug.
probably fixed in v.0.2.1
After decoding, I ran into what feels like a bug (if not, sorry!):
Also, when
is_wav=True
,load_mus_tracks
returns an empty list ifsubsets=''
.