Hi. I have a problem that I hope is simple to fix. I recently downloaded the newest version of Praat. I find now that when I outline an interval in the text...
114
koel_das@...
May 16, 2001 3:48 pm
hi i am a new PRAAT user and i am having some trouble in writing my PRAAT script.i want to manipulate the lpc gain values but i am not able to access the...
115
koel_das@...
May 16, 2001 3:55 pm
hi i a new PRAAT user and i am facing some troubles in writing my PRAAT script.i want to manipulate the lpc gain values for a particular sound file but i can't...
116
koel_das@...
May 16, 2001 3:59 pm
hi i a new PRAAT user and i am facing some troubles in writing my PRAAT script.i want to manipulate the lpc gain values for a particular sound file but i am...
117
firegold@...
May 17, 2001 7:35 pm
Can't help you with your question, but got one of my own. How are you using Praat to analyze music, and what sorts of things are you looking for? Just...
118
Alex Enkerli
aenkerli@...
May 18, 2001 3:52 pm
... Well, as of yet, I've mostly used Praat for segmentation and labeling of songs that I have. I can then use the temporal information for different things...
119
Bernard Bel
bel@...
May 19, 2001 11:32 am
... I am currently doing the analysis of songs by women at the grindmill in Maharashtra (India). It is a comparative study between melodic patterns of...
120
cjd@...
May 22, 2001 2:25 pm
There is a useful utility program for the Mac,Peek-a-boo available as shareware from http://www.clarkwoodsoftware.com/peekaboo/indexcontent.html, which allows...
121
Brigitte Zellner Keller
brigitte.zellnerkelle...
May 23, 2001 4:37 pm
Dear Praat users I am a new Praat user. I would like to edit and work with synchronised signals (ex: speech signal + laryngograph). How can I do that? Sorry if...
122
Paul Boersma
paul.boersma@...
May 23, 2001 10:48 pm
... There are two ways. If you read these sounds into Praat with "Read from file..." (or open them with "Open long sound file...") you can then click Edit (or...
123
veikko.hari@...
May 26, 2001 8:29 am
Hi! Could someone be so kind to advise me about selections in TextGrid editor window? I'm writing a script, which ought to extract every segment labeled...
124
Geoff Morrison
gsm@...
May 26, 2001 5:13 pm
... It isn't obvious to me why your script isn't working but I can offer a solution that works in one of my scripts. You have suggested that it is the ...
125
Paul Boersma
paul.boersma@...
May 27, 2001 2:24 am
Dear Veikko, the thing that goes wrong is exemplified by the following sequence: Move B to... 1.0 Move E to... 2.0 Move B to... 3.0 Move E to... 4.0 you would...
126
Branka ZEI
branka.zei@...
Jun 1, 2001 7:43 pm
Hello all, I would like to have advice regarding the most convenient storage of long speech recordings (e.g. an hour long). So far I have been using a DAT...
127
chen lei
chenl@...
Jun 20, 2001 9:35 pm
Hello, everyone: Now I need to generate the artificial falling intonation and segmental lengthening of speech data. How can I use praat to accomplish above? ...
128
Paul Boersma
paul.boersma@...
Jun 21, 2001 1:27 pm
... Download a newer version of Praat, choose "Introduction to Praat" from the Help menu, and go to the "Manipulation" chapter. -- Paul Boersma Institute of...
130
daniel.hirst@...
Jun 22, 2001 5:57 am
My apologies - we just received our first "spam" mail on this list. The sender has been banned from the list and his message removed from the archives. I have...
131
vincent.arnaud@...
Jun 23, 2001 10:36 pm
Dears praat-users, I'm analysing french nasal vowels extract from a spontaneous corpus and I've a problem. In the SoundEditor, when I select the item "Formant...
132
Paul Boersma
paul.boersma@...
Jun 24, 2001 9:27 pm
... You can choose the "Maximum number of formants". If this is five, then the number of poles will be 10; if it is eight, the number of poles will be 16. In...
Is there any way of obtaining a list of files in the current directory (or a particular directory) from a Praat script? For example, for writing a script which...
135
Paul Boersma
paul.boersma@...
Jun 28, 2001 3:14 pm
... Go to the "New" menu and choose Create Strings from file list... Then click Help for an example. ... This is exactly what that example is about. -- Paul...
136
Branka ZEI
branka.zei@...
Jul 4, 2001 11:56 am
Hello Paul, I would like to ask you for advice. I will be getting new sound acquisition equipment and computer. I am planning to do research with Praat. The...
137
ajowen_98@...
Jul 4, 2001 12:15 pm
I am a very new user of Praat and I also am a very novice scripter, so I have a few questions. (mainly I am scripting by taking the history function and...
138
Paul Boersma
paul.boersma@...
Jul 4, 2001 2:54 pm
... a CD recorder that can be used without a computer seems best to me. Since the entire thing is dedicated to the recording, you don't have to worry about the...
139
ajowen_98@...
Jul 9, 2001 4:23 am
I am a very new user of Praat and I also am a very novice scripter, so I have a few questions. (mainly I am scripting by taking the history function and...
140
Juli Cebrian
jcebrian@...
Jul 9, 2001 4:28 am
Hello fellow praat users, I'm a new user of Praat and I've been using a script to measure vowel formant values and bandwidths at times specified on a text...
141
cjd@...
Jul 9, 2001 6:17 pm
I have put some code called "mxn plots" in Darwin's files that creates an m x n matrix of subplots made with Draw... , sized for A4 printing with labels round...
142
Gareth Walker
gw115@...
Jul 10, 2001 11:32 pm
Dear all, I am trying to write a Praat script which includes the extraction of two different selections from a single sound file. Can anyone help me do this?...
143
Neil Coffey
Neil.Coffey@...
Jul 11, 2001 9:39 am
... Garenth, The way I normally extract a selection from a file is something like: select Sound S1-C Edit editor Sound S1-C Move B to... 0.5 Move E to... 0.9 ...