Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 3, 2024
1 parent 9ec21c2 commit aa92b3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rvc/infer/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down

0 comments on commit aa92b3e

Please sign in to comment.