diff --git a/extract_f0_print.py b/extract_f0_print.py index da24c00..219488d 100644 --- a/extract_f0_print.py +++ b/extract_f0_print.py @@ -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,