sigsep / sigsep-mus-db

Python parser and tools for MUSDB18 Music Separation Dataset
https://sigsep.github.io/sigsep-mus-db/
MIT License
159 stars 33 forks source link

Different sample rates #70

Closed lminer closed 3 years ago

lminer commented 4 years ago

It would be nice to be able to set different sample rates

faroit commented 4 years ago

Where exactly? Or you mean to provide resampling?

lminer commented 4 years ago

I mean provide for resampling, i.e. if you want to evaluate tracks that are 16000 instead of 44100.

faroit commented 4 years ago

Right. Got it. But maybe this should be handled in https://github.com/sigsep/sigsep-mus-eval

lminer commented 4 years ago

Could be. Although dealing with it here might provide a little more flexibility. For example if you want to run inference on something in 16000, you can do it off the bat.

faroit commented 4 years ago

Good point. Will add it here then. I will pick resampy for quality reasons. I would recommend to use tf or pytorch native resampling though for training...

faroit commented 3 years ago

closed by #64