Fixed returnation of harvest realtime

This commit is contained in:
Mangio621
2023-06-17 23:20:49 +10:00
parent 630c938d25
commit 2c83f4c82a

1
gui.py
View File

@@ -151,6 +151,7 @@ class RVC:
)
f0 = pyworld.stonemask(x.astype(np.double), f0, t, self.sr)
f0 = signal.medfilt(f0, 3)
return f0
def get_f0(self, x, f0_up_key, inp_f0=None):
# Calculate Padding and f0 details here