From aa92b3ea1ae2302f6c7c6eef939ea26cb0a7e74f Mon Sep 17 00:00:00 2001 From: Blaise Date: Tue, 3 Dec 2024 22:34:28 +0100 Subject: [PATCH] remove unused param --- rvc/infer/infer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rvc/infer/infer.py b/rvc/infer/infer.py index ae78283d..63f369cf 100644 --- a/rvc/infer/infer.py +++ b/rvc/infer/infer.py @@ -216,7 +216,6 @@ def convert_audio( clean_audio: bool = False, clean_strength: float = 0.5, export_format: str = "WAV", - upscale_audio: bool = False, post_process: bool = False, resample_sr: int = 0, sid: int = 0, @@ -242,7 +241,6 @@ def convert_audio( clean_audio (bool): Whether to clean the audio. clean_strength (float): Strength of the audio cleaning. export_format (str): Format for exporting the audio. - upscale_audio (bool): Whether to upscale the audio. f0_file (str): Path to the F0 file. embedder_model (str): Path to the embedder model. embedder_model_custom (str): Path to the custom embedder model.