mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-24 03:49:51 +01:00
Fixed hybrid PM self.sr issue on feature print. Changed to self.fs
This commit is contained in:
@@ -68,7 +68,7 @@ class FeatureInput(object):
|
||||
f0 = None
|
||||
if method == "pm":
|
||||
f0 = (
|
||||
parselmouth.Sound(x, self.sr)
|
||||
parselmouth.Sound(x, self.fs)
|
||||
.to_pitch_ac(
|
||||
time_step=time_step / 1000,
|
||||
voicing_threshold=0.6,
|
||||
|
||||
Reference in New Issue
Block a user