Skip to search.
praat-users · Praat Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
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.

Messages

  Messages Help
Advanced
Messages 4901 - 4930 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages 4901 - 4930 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4901 emperor_ian85 Send Email May 12, 2010
11:54 am
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 Send Email 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 Send Email
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... Send Email
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 Send Email
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... Send Email
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 Send Email 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 Send Email
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 Send Email
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... Send Email
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... Send Email
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 Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email
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... Send Email
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 Send Email 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 Send Email 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... Send Email
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 Send Email
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 Send Email
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 Send Email
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___ Send Email 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... Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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 Send Email
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...
Messages 4901 - 4930 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?
Messages 4901 - 4930 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help