Skip to content

Commit

Permalink
Fixed autotune.. does it do anything? Not really.
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Sep 29, 2024
1 parent c67d0a3 commit e910265
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 e910265

Please sign in to comment.