You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
Hi, For a set of sound files, I am looking to extract the dB readings for each 1/3 octave spectra point. For example, an output that looks something like: 125...
4902
mary5102
May 12, 2010 8:24 pm
Is anyone having this problem? on a MacOS 10.5.8. I cannot get the Run Selection to work. I'm debugging a script and both the Run and the Run Selection will...
4903
Paul Boersma
paulboersma
May 13, 2010 11:08 am
... Your first statement is not the same as the second. If you select a part in the middle of the script, Run Selection will run only that part. If you include...
4904
Brigitte Endres-Nigge...
ibrigitte...
May 14, 2010 12:04 pm
Dear all, when reading an IntensityTier or PitchTier - written as SimpleText files (Write to text file...) - from the Praat Objects window, I succeed. When...
4905
Paul Boersma
paulboersma
May 15, 2010 12:22 am
... This is indeed the way to read an IntensityTier into Praat. The most likely thing that is wrong is that you misspelled the name: it may contain a space...
4906
Brigitte Endres-Nigge...
ibrigitte...
May 15, 2010 12:26 pm
Great thanks for your fast preliminary answer. It is a bit difficult to give you the complete situation because the list does not easily accept images / pngs...
4907
juliette_bris
May 17, 2010 6:03 am
Hello Praat-users, I am trying to use the system command to call an external program (.exe) in a script. It works: it pops the external program¡¯s GUI, and a...
4908
Spyridon Kousidis
spyroskousidis
May 17, 2010 4:21 pm
Hello, I had the same problem in the past reading Table files from a directory. In my case it was trivial to fix (but difficult to see in Praat Editor). Make...
4909
Paul Boersma
paulboersma
May 17, 2010 7:54 pm
... Yes, this is a common phenomenon. However, Praat does give an informative message in such a case, like: Cannot open file /Users/me/hello.wav . Hint: file...
4910
pj_allen@...
pj_allen...
May 20, 2010 8:57 pm
I'm attempting to analyze a .wav file of a person singing "Happy Birthday". I've created a TextGrid with labeled intervals for each vowel and would like to get...
4911
Heriberto Avelino
heriberto_av...
May 22, 2010 3:22 pm
Dear Colleagues, I would like to kindly ask you to disseminate among your community the extended deadline for the Conference on Phonetic Universals Best...
4912
Paul Boersma
paulboersma
May 23, 2010 10:20 pm
... 1. not yet. Somebody would have to put Hidden Markov Models into Praat first. 2. yes. See the last example in "Script examples" in the manual. -- Paul...
4913
xumeng901@...
xumeng901...
May 24, 2010 10:22 am
Dear sir, I am trying to measure the cumulative variation in amplitude through the intensity object. And now I have some problem in getting amplitude...
4914
poonam kukana
pkukana
May 24, 2010 12:54 pm
Hello All, I would like to ask a question regarding scripts ..... How can I open Praat scripts in Visual Basic.... And is there any solution for browsing files...
4915
Daniel
daniel_hirst
May 24, 2010 2:15 pm
... It is much better to analyse the Pitch of the whole sound file first and then use a script to get the means that you need. ... For the analysis you could...
4916
Daniel
daniel_hirst
May 24, 2010 2:21 pm
... Opening a Praat script in Visual Basic would be like opening a Python script in Java. Praat and Visual Basic are completely different languages so you...
4917
cettina.chiarelli
cettina.chia...
May 25, 2010 6:48 am
Hello, I'm new to Praat Scripts and I was wondering if there is a way to obtain pitch at specific points (indicated by a point tier) for a short soundfile. ...
4918
pellslab
May 25, 2010 6:49 am
Hello all, I have some questions about normalizing intensity. There are two options for normalizing the intensity,39;scale peak' and 'scale intensity'. I am...
4919
e_david_e_m
May 25, 2010 7:00 pm
Dear all, I am interested in getting the intensity in RMS units. I expect to transform the dBs obtained by the get Intensity procedure, but I need to know the...
4920
domingo román
domingo_roma...
May 25, 2010 7:50 pm
You can use this (very simple) script: Please, select three objects: Sound, Pitch and TextGrid objects and then run this script. # Select Sound, Pitch and...
4921
Paul Boersma
paulboersma
May 25, 2010 10:52 pm
... "RMS" is not a unit of measurement, but if you mean the power density, expressed in W/m2, then that's indeed computable as power density (W/m2) = 10^-12 *...
4922
Paul Boersma
paulboersma
May 26, 2010 4:33 pm
... no, "scale peak" scales the maximum absolute amplitude, as explained in detail with four pictures in the manual page about "scale peak". "Scale intensity"...
4923
Fredrik Karlsson
dargosch2003
May 27, 2010 1:23 pm
Dear list, I am working with the intensity possibilities in Praat and I now have a question concerning what is included in the calculations of statistics. If I...
4924
tel___
May 28, 2010 9:28 am
Is there some way I can read an IPA file (in .rtf format) into a String? I can open such a file in a text editor and then cut and paste, I know, but I would...
4925
xumeng901@...
xumeng901...
May 28, 2010 9:28 am
Hi, everyone, I have one question while measuring the Intensity object. Can praat automatically capture and calculate the number of peak within a intensity...
4926
Paul Boersma
paulboersma
May 28, 2010 2:00 pm
... There's "Read Strings from text file..." in the Read menu. That gives you a Strings object. If you mean a string in the script language, you just do ...
4927
becfrommd
May 29, 2010 5:15 am
Hello all, I'm trying to write a Praat script to find every instance of label X in tier 1 of a TextGrid, then look in tier 2 to see how each of the intervals...
4928
Michelle Porter
mporter0710
May 29, 2010 10:33 am
... Those commands are only available inside the TextGrid Editor - to use those commands in a script run from shell you'd need to point it to the editor first:...
4929
kyuchulyoon
May 29, 2010 11:37 am
When I ran a script, in a Snow Leopard machine, that asked the user to click a point in a sound editor window using the "Pause" command, the focus of the...
4930
Paul Boersma
paulboersma
May 29, 2010 10:49 pm
... it's not a matter of focus. The Sound window should get focus, because that is where you want the user to click. The difference between Mac and Windows is...