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.
Dear list, I am doing tome heavy navigation in TextGrids and need to do this: a) Find all Points on the TextTier A with a certain Label b) Find all Intervals...
... in a response to your earlier question, I already said that yes, the Praat scripting language has "and" and "or". Please consult the scripting tutorial. ...
Hi Paul and David, I was wondering if it could be possible to add a Find and Replace Text function in the script editor. I really don't know how difficult this...
Dear Praat users, Is it possible to change the mono recording settings in Praat, so that the signal is recorded from the right, rather than the left (default) ...
... yes. The "To LPC" window does not ask for a "formant ceiling", so you have to do the downsampling yourself. ... for instance "self - 200", or "self/1.3". ...
Hi Paul, Sorry that I did not realise that you had answered my &&,||,and,or question in you previous mail. The Get {high,low} index from time... was indeed...
Hi everyone, I am currently doing my final year dissertation on music and language. I need some help on with converting a pitch contour file (.pitch) which can...
Is there a way to allow user interface within a running script. For example, I want to select a sound file, play it, and display the pitch contour. After...
... If your pitch contour appears as a Pitch object in Praat, you choose any of the three following commands: To Sound (pulses) To Sound (hum) To Sound...
Dear list, This is probably covered in the manual somewhere, but I have not been able to find it, so I ask the list. I have a procedure which analyses the name...
Hi Fredrik. This will work. getNameComponents_SL$ = "Italian" getNameComponents_TL$ = "English" getNameComponents_Speaker$ = "Andrea" getNameComponents_Cycle$...
... yes, it is. String constants are put between double quotes, as in name$ = "Fredrik" therefore, getNameComponents_All_Semicolon$ = Italian;English;Andrea;3 ...
Hej Jonas, Thank you! This worked! Tackar! /Fredrik -- "Life is like a trumpet - if you don't put anything into it, you don't get anything out of it."...
I've installed automatic installation package for MinGW, then copy makefile.defs.mingw into praat source directory, rename it to makefile.defs. Now, what i...
... you haven't specified what the exact message is, so I have to speculate what you could mean. Perhaps Windows mixes up capitals ("GSL") versus non-capitals...
Hello friends I am using praat in Gnu\Linux (Fedora 8) . After loading a wav file I tried to edit Filter --> Formula . But I cant enter new value to the ...
... This is probably a sign of the most common problem on Linux, which is explained and solved on the download page. -- Paul Boersma Phonetic Sciences,...
Hi! Since I've also tried to compile Praat under Windows XP, here are my observations # I've installed automatic installation package for MinGW, then copy #...
Anja Hofmann
anja.r.hofmann@...
Dec 18, 2008 3:25 pm
4021
Hi, I have a number of sound files acquired from multi-channel simultaneous recordings that I need to compute average dB levels for, for comparitive purposes. ...
Hello! I have just signed in to this group and I wanna thank everybody for answering my questions in advance! I try to write a script for a new menu item in...
Hello all, I am running some experiments which use an MFC file in which the responses are sounds. So subjects click on squares and they hear a different...
... listing$ = Pulse listing then use extractLine$ () ... use index_regex () ... use endeditor. -- Paul Boersma Phonetic Sciences, University of Amsterdam ...
Hello everyone, I have been making speech recordings and have come across two problems with the intensity contour. 1.) While making the speech recordings with...
The syntax is the same as the syntax for an ordinary 'for loop' as described in the Scripting tutorial section 5.4 ... Equipe Structures linguistiques :...
... yes, the ones reported by Praat and Matlab assume that the sound file has a range between -1 and +1 Pascal. ... a difference of 31.85 dB. It's an amplitude...
Hello, I am a bit confused (read: naive) regarding the following description from the manual: Time step (standard value: 0.0) the measurement interval (frame...
I would like to manipulate an intensity Tier outside of Praat. I can save the intensity Tier in a TableOfReal file, modify the column that contains the...
... Save the IntensityTier as a text file. The format is self-describing, and you can edit the file at will, as long as you make sure that after "size =" you...