mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-13 18:40:48 +01:00
Update separate.py
This commit is contained in:
parent
bf19d63b33
commit
c042ca613f
@ -309,6 +309,8 @@ class SeperateMDX(SeperateAttributes):
|
||||
_ort = self.onnx_model if not is_match_mix else None
|
||||
adjust = 1
|
||||
spek = self.stft(mix_waves)*adjust
|
||||
# Remove DC offset
|
||||
spek[:, :, :3, :] *= 0
|
||||
|
||||
if not is_match_mix:
|
||||
if self.is_denoise:
|
||||
|
Loading…
Reference in New Issue
Block a user