From 2c83f4c82a3d7bd719877dff492791522fce8baa Mon Sep 17 00:00:00 2001 From: Mangio621 Date: Sat, 17 Jun 2023 23:20:49 +1000 Subject: [PATCH] Fixed returnation of harvest realtime --- gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.py b/gui.py index 0bf3a41..1172d0b 100644 --- a/gui.py +++ b/gui.py @@ -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