I'm trying to use Parselmouth to calculate jitter from a .wav file, but PointProcess is giving me trouble.
Following this, I do
sound = parselmouth.Sound(path) # path = path to .wav
pointProcess = parselmouth.praat.call(sound, "To PointProcess (periodic, cc)")
intending to follow up with
jitter = parselmouth.praat.call(pointProcess, "Get jitter (local)", 0, 0, 0.0001, 0.02, 1.3)
but before I can, I get this error:
Command "To PointProcess (periodic, cc)" not available for given objects