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.
The "select all - Remove" commands work only when the Praat window contains at least one open object. When no object has already been opened, the error message...
3763
psibre
Jun 21, 2008 10:07 am
I believe the single related post Cedric is referring to is his own, which I will link to directly for convenience: ...
3764
psibre
Jun 21, 2008 10:58 am
Dear Charalampos, just do this: select all nocheck Remove Btw. the "command asking the number of opened Objects" is the function numberOfSelected() Best...
3765
Ingmar Steiner
psibre
Jun 21, 2008 2:23 pm
Dear Themos, sorry about the misunderstanding... =) The file format of all binary files that Praat writes is specific to Praat (except for the various sound...
3766
bulbul20
Jun 21, 2008 4:12 pm
If a person with no speech disorder has more number of voice breaks (http://www.fon.hum.uva.nl/praat/manual/Voice_1__Voice_breaks.html) as opposed to...
3767
Paul Boersma
paulboersma
Jun 22, 2008 12:01 am
... The sequence select all Remove is generally quite wrong, because it deletes all the objects that you had in the list before you ran the script. So it is...
3768
Paul Boersma
paulboersma
Jun 22, 2008 12:05 am
... if you want to regard the number of voice breaks as a measure of voice quality, then the sound you have to test it on should be a sustained vowel or so....
3769
Ch. Karypidis
ch_karypidis
Jun 22, 2008 6:55 pm
Thanks to all three of you for the feedback. Each answer suited another need of mine. I'm only answering here in hope of giving some ideas to Praat users. ... ...
3770
goehring_axel
Jun 22, 2008 7:22 pm
Hello, for my PhD thesis I try to create phonological material by using Praat programme. I always tried to use the single tools, but there seems not to be an ...
3771
seppe soleme
teletep
Jun 22, 2008 10:18 pm
Dear All, I downloaded praat version 4.2.23 from the praat website for use on Mac OS7. Are the exact sources for this version still around? (nov. 2004) ...
3772
Anja Hofmann
anja.r.hofmann@...
Jun 23, 2008 3:37 am
Hi! goehring-axel@... wrote: # for my PhD thesis I try to create phonological material by using Praat # programme. # I always tried to use the single tools,...
3773
marco_piccolino
Jun 23, 2008 9:16 am
Hello everybody! I was trying to use a rectangular window to make a Burg LPC spectrum of a certain point in the soundfile. The aim is to measure formant ...
3774
Paul Boersma
paulboersma
Jun 23, 2008 9:23 am
... yes, in debugging every kind of nasty trick is allowed! ... You can still do this by positively selecting all the objects that you created, e.g.: n=0 while...
3775
Paul Boersma
paulboersma
Jun 23, 2008 12:36 pm
... they are available for version 4.2.21, on www.praat.org/old/src -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room 303 1012VT...
3776
nickmazure
Jun 23, 2008 8:29 pm
This may be seem like an unusual question, but it's been bugging me, so I thought I'd ask. Suppose I have a speech file that has some evidence of clipping that...
3777
tamiasciurus2008
tamiasciurus...
Jun 24, 2008 9:09 am
question on the difference between absolute and power spectrum. when calculating the center of gravity from a sound spectrum, praat uses the absolute spectrum...
3778
seppe soleme
teletep
Jun 24, 2008 12:10 pm
Dear, The sources-website says: open the project praat.xcodeproj in xcode, and build. I don't see a folder xcode in the downloaded sources_5026, but i see...
3779
Paul Boersma
paulboersma
Jun 24, 2008 12:37 pm
... "open the project praat.xcodeproj in Xcode" means: "open the project file praat.xcodeproj with the computer program Xcode" ... The folder praat.xcodeproj...
3780
Paul Boersma
paulboersma
Jun 24, 2008 1:14 pm
... no, it is actually the reverse: taking a power of 1 in the formula given in the manual *means* that you are weighting by the absolute spectrum, and so on....
3781
suely.master
Jun 24, 2008 7:45 pm
Dear Paul, so if I want to cut the unvoiceless sounds in speech samples, I can use the LTAS pitch corrected. Am I right? I need to be shure of this...
3782
mahmehrabani
Jun 25, 2008 1:28 pm
Hi, I'm a new user of praat and trying to learn praat scripting. Does anybody have or know a script that reads wav files from a text file containing the list...
3783
Daniel Hirst
daniel_hirst
Jun 25, 2008 3:21 pm
... The following script will do that assuming that each line of the input file contains the relative or absolute address (with respect to the folder where the...
3785
Mohammed Ehsan Hoque
bulbul20
Jun 26, 2008 2:15 pm
I have had a similar inquiry. I would like to a build an application which can do some audio processing in real time. I am trying to write a script which would...
3787
jim_uther
Jun 27, 2008 5:24 am
Hi, I am looking for a script that would cut a specified time window from a sound file (e.g. get the 5 second sample only from 5-10 seconds into the file). ...
3788
arpana bagchi
arpanaxyz
Jun 27, 2008 5:25 am
Greetings to all,  I am new user of Praat. I wish to know to "How to obtain a LTAS of a speech sample".  Thanks, Arpana   Download prohibited? No...
3789
Daniel Hirst
daniel_hirst
Jun 27, 2008 7:17 am
... you can extract a part of a sound with the following Extract part... start end Rectangular 1 no assuming that you have already given values to 'start39; and...
3790
Daniel Hirst
daniel_hirst
Jun 27, 2008 7:22 am
... with a sound selected do To Ltas... 100 where 100 is the default value for the bandwidth. To do this interactively select To Ltas... from the Spectrum - ...
3791
aiwonnie
Jun 27, 2008 9:33 am
Hi! I wrote a script that draws a pitch contour to the picture window. Now I want to put 6 pitch contours on one page and I've been wondering whether I could...
3792
psibre
Jun 27, 2008 6:29 pm
Hi Yvonne, you can use the Select inner/outer viewport commands to partition the viewport (or just the picture window) into subplots. Before you copy them over...
3793
Paul Boersma
paulboersma
Jun 28, 2008 3:18 pm
... no. How would the script know when to press Record and when Stop? The scripting language has no timing abilities. Use "Record (fixed time)" instead. You...