I have a praat script in which a pitch object and a point process are created for an object. Then combining these 2 with my initial object returns me the voice report. I want to extract only the values of some fields and save them in a file, but I cannot find a way. Is it possible or should I just produce the report and then write a script in another programming language to extract them?
My script looks like that and I plan to put it in a for loop to run for multiple objects.
sound = selectObject: 1
pitch = To Pitch (cc)... 0.01 50 15 no 0.03 0.45 0.01 0.35 0.14 300
plus sound
pulses = To PointProcess (cc)
plus sound
plus pitch
voiceReport$ = Voice report... 0 0 50 300 1.3 1.6 0.03 0.45