Skip to content

Commit

Permalink
Merge pull request #755 from AznamirWoW/fixes
Browse files Browse the repository at this point in the history
Fixed autotune.. does it do anything? Not really.
  • Loading branch information
blaisewf authored Sep 29, 2024
2 parents c67d0a3 + e910265 commit 2431323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/infer/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def get_f0(
hop_length,
)

if f0_autotune == "True":
if f0_autotune is True:
f0 = Autotune.autotune_f0(self, f0)

f0 *= pow(2, pitch / 12)
Expand Down

0 comments on commit 2431323

Please sign in to comment.