mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-17 11:18:37 +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
|
_ort = self.onnx_model if not is_match_mix else None
|
||||||
adjust = 1
|
adjust = 1
|
||||||
spek = self.stft(mix_waves)*adjust
|
spek = self.stft(mix_waves)*adjust
|
||||||
|
# Remove DC offset
|
||||||
|
spek[:, :, :3, :] *= 0
|
||||||
|
|
||||||
if not is_match_mix:
|
if not is_match_mix:
|
||||||
if self.is_denoise:
|
if self.is_denoise:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user