Dear Yannick,
I was just wondering if Praat's update on its f0/pitch extraction algorithm affects using Parselmouth. I always use
call(sound, 'To Pitch', time_step, minimum_pitch, maximum_pitch)
However, the new Praat versions doesn't have a simple 'To Pitch' function any more.
I changed it to
call(sound, 'To Pitch (filtered ac)', time_step, minimum_pitch, maximum_pitch, 15, "yes", 0.03, 0.09, 0.5, 0.055, 0.35, 0.14)
according to the new function, but it doesn't seem to work. I was wondering if this means Parselmouth can't work with the new versions yet. If that's the case, is there any plan for integrating this?
Thank you!