ZFTurbo / MVSEP-MDX23-music-separation-model

Model for MDX23 music separation contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output Files Are Up-converted to 32-bit Float

Dyslexicon opened this issue · comments

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.

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

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

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