... Look up "annotation" in the Intro (under Help). You can create a TextGrid in which you can mark intervals; the TextGrid can be saved for later use, and...
... this gives you the energy difference only if the "mean intensity" was computed by averaging over values in pascal-squared, not averaged over dB values. For...
Dear all, I apologise for this posting, since it is probably not a specifically Praat-related problem. I have upgraded my OS to Ubuntu 12.04 gnome. When using...
... yes, different versions of operating systems and/or widget sets may have different opinions on what is easiest to work with for users (the Mac is notorious...
6003
Eric Schmiedl
eric@...
Jul 6, 2012 4:12 am
... What I meant is, is it possible to mark those areas automatically? (The file in question might have hundreds of areas of potential interest.) [Non-text...
... I'm afraid this looks like a deliberately introduced misfeature of recent GTK+ releases. I haven't had to deal with it yet - I'm not sure there will be an...
Maybe using To TextGrid (silences)... with a sufficiently high Minimum pitch (Hz) value? You'd have to test it to see if it works for you, but it might work if...
Hello,I've been trying to synthesize diphthongs using a formant grid and a source, but encountered an unexpected problem. My goal is at the end to create a...
... That is not the simplest patch. It involves adding the following code, which you can only think up if you know Praat-internal platform-independent file...
... "minimum pitch" is not a filter; it just determines the smoothness of the intensity contour on which the silence detection is based. To filter some...
What would be the eqauivalent of spectral stationarity (how stationary, i.e. boring is the speech) in praat? Would it be equivalent to Spectrum: Get standard...
6010
Eric Schmiedl
eric@...
Jul 12, 2012 6:53 am
Thanks, that sounds ideal. However, the high-frequency content is quite broadband. There's also interference present with similar but different (usually less)...
Hello Praat users. In other scripting languages I can put an "if" clause in a "for" loop so that if the "if" condition evaluates to true the "for" loop jumps...
As far as I know, there is none. But moving around a few lines from the script you wrote you can get the same behaviour: # WHAT I DO WHEN I HAVE TO DO THIS for...
Try this: for i from 1 to num_intervals name_interval$ = Get label of interval... 1 i if name_interval$ <> "" # DO SOME STUFF endif endfor by making the if...
... in other words, if the condition is fulfilled then the script will do nothing that iteration and move to the next one - the BUNCH OF CODE will only be...
... Indeed it will, but in my opinion it makes the working of the script harder to understand. Testing for the condition that is intended (in this case "not...
Is there system-defined variable in the scripting environment which has a certain value once an error is reached? Something like the following would be quite...
... for i to numberOfIntervals text$ = Get label of interval... 1 i if text$ <> "" # DO SOMETHING else goto nextInterval endif # DO SOME MORE THINGS label...
I must say it was an awesome feeling, starting up praat and being able to modify my sample with my own formula. I think this allows to create very interesting...
I am not quite sure how to relate the "Smoothing (Hz)" parameter in the Filter (pass Hann band)... function to an equivalent rolloff measure calculated in...
... That link, which is just a copy of the page in the manual in Praat, tells all there is to tell (the shape is a raised sine). You are confused by the...
Dear PRAAT users, Those of you who have tried to download my PRAAT tutorial, would have noticed that the original website is no longer active. The new website...
Hi all, I want to use my own F0 contour, which is extracted by other F0 estimators, in the Praat UI. So I think I should transcribe it to a pulse marking file,...
Dear all, I am relatively new to praat scripting and I am struggling with a few things. 1o. - I cannot produce a F0 listing using script that preserve the...
... look at the "script for listing time-F0-intensity" in the scripting examples in the manual. The idea is to use a very small time step, e.g. 0.001 seconds,...
Not really sure what you are trying to do with your script, but if you are generating a PitchTier from your Pitch object you'll definitely not have any...
Dear all, Maybe I should describe more precisely... I have a file containing a sequence of fundamental frequency in Hertz. The values are mannually checked, so...
Hi all, I'm interested in measuring fricatives, and wondered how to measure things by Praat as follows: 1) spectral slopes below peak frequency 2) spectral...
... no, you don't have to create a PointProcess or PitchTier file. You can instead create a Pitch file directly. To see what these look like, save a Pitch...