mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 08:43:57 +03:00
bugfix: f0detector
This commit is contained in:
parent
79b545a0f1
commit
2ceea78fd1
@ -225,7 +225,7 @@ class RVC:
|
|||||||
sid = 0
|
sid = 0
|
||||||
times = [0, 0, 0]
|
times = [0, 0, 0]
|
||||||
f0_up_key = self.settings.tran
|
f0_up_key = self.settings.tran
|
||||||
f0_method = "pm" if self.settings.f0Detector == "dio" else "harvest"
|
f0_method = self.settings.f0Detector
|
||||||
file_index = self.index_file if self.index_file != None else ""
|
file_index = self.index_file if self.index_file != None else ""
|
||||||
file_big_npy = self.feature_file if self.feature_file != None else ""
|
file_big_npy = self.feature_file if self.feature_file != None else ""
|
||||||
index_rate = self.settings.indexRatio
|
index_rate = self.settings.indexRatio
|
||||||
|
Loading…
Reference in New Issue
Block a user