How to disable Demucs rescaling the volume of stems after extraction?
Closed this issue · 5 comments
https://github.com/facebookresearch/demucs#:~:text=It%20can%20happen,it%20to%20Demucs.
I find it annoying that Demucs would reduce the stems' volume after they're extracted.
Is there anyway to disable Demucs rescaling the volume of the split stems without reducing the volume of the input mixture and passing --clip-mode clamp (cuz I don't want hard-clipping on my 32-bit wav files)?
You can change sample format to float32 and set clip mode to none
In demucs command line tool, you can add --float32 --clip-mode none
arguments
You can change sample format to float32 and set clip mode to none In demucs command line tool, you can add
--float32 --clip-mode none
arguments
This didn't help me at all I ran the command demucs -n htdemucs_ft --two-stems=vocals --float32 --clip-mode=none "insert audio file path"
and all I got was this message
This repo is no longer maintained
Use this instead
python3 -m pip install -U git+https://github.com/adefossez/demucs#egg=demucs
This repo is no longer maintained Use this instead
python3 -m pip install -U git+https://github.com/adefossez/demucs#egg=demucs
I ran the python.exe -m pip install -U git+https://github.com/adefossez/demucs#egg=demucs
and got this error message
Also, you still didn't give me a working solution to this stupid --clip mode
issue
Just install the one in the new repo and --clip-mode none
will be available