Skip to content

Commit

Permalink
fix crepe on hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Sep 9, 2024
1 parent f1425b8 commit 81488ba
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 @@ -259,7 +259,7 @@ def get_f0_hybrid(
for method in methods:
f0 = None
if method == "crepe":
f0 = self.get_f0_crepe_computation(
f0 = self.get_f0_crepe(
x, f0_min, f0_max, p_len, int(hop_length)
)
elif method == "rmvpe":
Expand Down

0 comments on commit 81488ba

Please sign in to comment.