matchering-web
matchering-web copied to clipboard
how to get 32bit float output out of the docker image?
hy,
is there a possibilty to get 32float output out of the docker version?
Hello! Thank you for your feature request. Matchering WEB has only 16/24 bit support, because a lot of similar proprietary online mastering services only offer 16/24. I just didn't want to complicate things for the average user. 🙂 I can't say if I'll introduce this feature in the future.
So for now, the 32-bit WAV can be done using the console matchering-cli.
Example:
python3 mg_cli.py target.wav reference.wav result_32bit.wav -b32 --no_limiter --dont_normalize
thx a lot for the hint! this works for me! :-)