question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different shapes of track.stems depending in DB(is_wav)

See original GitHub issue

After decoding, I ran into what feels like a bug (if not, sorry!):

mus = musdb.DB()
tracks = mus.load_mus_tracks()
print(tracks[0].stems.shape)

(5, 7552000, 2)

mus = musdb.DB(is_wav=True)
tracks = mus.load_mus_tracks('train')
print(tracks[0].stems.shape)

(7552000, 2)

Also, when is_wav=True, load_mus_tracks returns an empty list if subsets=''.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
faroitcommented, Feb 4, 2018

probably fixed in v.0.2.1

0reactions
faroitcommented, Jan 15, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

WAVs or stems? What's best for your mix? - YouTube
This video explains the difference between raw WAV files and stems, and gives useful advice on how best to export your recording to...
Read more >
Music Stems: All You Need to Know - eMastered
Ever struggled to decode the difference between stems, multi tracks, stripes, and bouncing tracks? In this article, we'll break down each ...
Read more >
Mp3, Wav, Trackouts, Stems, Multitracks: What's The Difference?
For example: Vocals Stem = all the vocals grouped together in one audio file. Drums Stem = all the drums elements grouped together...
Read more >
What is the best format to send a beat to a rapper, WAV, MP3 ...
It depends. If you think they might remix it and you don't know what software they use, send them STEMS. (Obviously this is...
Read more >
Stems and Multitracks: What's the Difference? - iZotope
Multitracks consist of all the individual elements of an audio production, each with their own dedicated track (i.e. kick, snare, hats, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found