ZFTurbo / MVSEP-MDX23-music-separation-model

Model for MDX23 music separation contest
658 stars 91 forks source link

Output Files Are Up-converted to 32-bit Float #3

Open Dyslexicon opened 1 year ago

Dyslexicon commented 1 year ago

Hello, is there any way that the default output could be 16-bit rather than up-converted to 32-bit float please?

Would be cool if 24-bit input material retained its bit-depth, but no point in up-converting 16-bit to 32-bit. Thank you.

ZFTurbo commented 1 year ago

I can add a flag for this. I will do in few days.

Dyslexicon commented 1 year ago

Thanks for making a GUI for this, extremely helpful. The Batch Processing feature is great. Maybe any updated option settings can be incorporated into the GUI as well. Export Bit Depth selection options: "Retain Input bit-depth" "Convert to 32-bit Float" etc. Thanks

dr-benway commented 1 year ago

simply substitute > subtype='FLOAT' with subtype='PCM_16' (in the outputs code)