From 0a1fb17b66945fbcc54a06a104de46be74166fdd Mon Sep 17 00:00:00 2001 From: Politrees <143968312+Bebra777228@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:55:43 +0500 Subject: [PATCH] Update rvc.py --- src/rvc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rvc.py b/src/rvc.py index 4338cb60..4e584783 100644 --- a/src/rvc.py +++ b/src/rvc.py @@ -128,6 +128,7 @@ def rvc_infer( hop_length, vc, hubert_model, + f0autotune, f0_min=50, f0_max=1100 ): @@ -152,6 +153,7 @@ def rvc_infer( version, protect, hop_length, + f0autotune, f0_file=None, f0_min=f0_min, f0_max=f0_max