Skip to content

Commit

Permalink
Update rvc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Aug 4, 2024
1 parent 461452c commit 0a1fb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def rvc_infer(
hop_length,
vc,
hubert_model,
f0autotune,
f0_min=50,
f0_max=1100
):
Expand All @@ -152,6 +153,7 @@ def rvc_infer(
version,
protect,
hop_length,
f0autotune,
f0_file=None,
f0_min=f0_min,
f0_max=f0_max
Expand Down

0 comments on commit 0a1fb17

Please sign in to comment.