You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these parameters can find at the script file "MLTRNL.praat"
form Counting Syllables in Sound Utterances
real Silence_threshold_(dB)
real Minimum_dip_between_peaks_(dB)
real Minimum_pause_duration_(s)
boolean Keep_Soundfiles_and_Textgrids
sentence soundin
sentence directory
positive Minimum_pitch_(Hz)
positive Maximum_pitch_(Hz)
positive Time_step_(s)
endform
from parselmouth.praat import call, run_file
Not sure what's going on. I tried to look up run_file from parselmouth and couldn't get much out of their documentation.
This line is used by almost every function:
run_file(sourcerun, -20, 2, 0.3, "yes",sound,path, 80, 400, 0.01, capture_output=True)
Can someone explanation to me what each of these parameters are?
Thank you!
The text was updated successfully, but these errors were encountered: