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.
This script sample seams to do what I need but I need to convert about 500 wav files. How can I loop this script to read in the 500 files then write out 500...
Hello, I have a question about editing a sound and textgrid together. I have written a python script which contains a call to a Praat script. The purpose of...
Hi there, I wouldn't go with a set value of dB in Praat. First of all, the absolute dB value is relatively meaningless in PRAAT, because it gets modified by...
Hi Fred, I'm fairly new to Praat, but I think the problem is the way that you're selecting the sound and textgrid together. When you use the 'select' command ...
Hello, I'm currently extracting sound features with praat from several .wav files and I'm writing the extracted values in a file (one line per .wav file),...
Hi. I am hoping some of you could help me out here... It the to intensity calculation in Praat i am having problems with. I have done some feature extraction...
... Praat's definition for intensity is the root-mean-square pressure (force per unit area) relative to 0.00002 Pascal (converted to dB). At some standard...
... numberOfFiles = Get number of strings numberOfUsers = 0 for ifile to numberOfFiles fileName$ = Get string... ifile user$ = mid$ (fileName$, 4, 7) ...
I've recorded a number of different people reading similar words and I'd like to convert the voice recordings so that the volume of the recorded samples is...
Hello everyone, perhaps there is a very simple solution to it, but I have been trying to make a form pop up later in my script. However, it seems that praat ...
Hi Laura, I faced the same problem, and through searching through the praat-user messages online, discovered a couple things about forms: 1. Forms are only...
Hello,everyone. Afer drawn,The phonetic symbols can be displayed well in the Praat Picture window. When I copied the picture by "Copy to ckipboard"into the...
... install SILDoulosIPA 93 on your computer correctly (for instance via the Praat-for-Windows download page). -- Paul Boersma Phonetic Sciences, University of...
Could you please help me. Has anybody succeeded to compile Praat on Solaris 10 (x86)? Could you provide either a precompiled binary or precise instruction how...
... Dear Laura, Instead of Dustin's solution with a separate editor script you could use a dummy TextGrid as a form. See below. bw. John ... Create TextGrid......
I drew the picture of the wide-band spectrogram of a sound. But when I copied it with ¡®Copy to clickboard¡¯ in the PRAAT picture and pasted it in the WORD...
Hi fellow users, Assuming I have a string like, for instance ,"AAABABBBAAABBA", is there a way of finding out how many As exist in the string? Best wishes, ...
Dear Pablo, I can't think of anything better than: string$ = "AAABABBBAAABBA" char$ = "A" n = 0 for c to length(string$) if mid$(string$, c, 1) == char$ n += 1...
I am a beginner in using PRAAT. Now I met a problem about the use of PRAAT, which has troubled me for a long time. That is, when I draw a picture in the PRAAT...
When you choose Draw... with the "garnish" option from the contextual menu the scale is seconds if you draw the object without garnish you can then add the...
I just got praat. I read the help file, looked at the FAQ online, and started experimenting. My recordings do not play back correctly though. I have an...
Hi Paul and all, I'm running Praat 4.5.08 on a brand new Intel dual processor MacBook Pro running OS X 10.4.8. I'm having NO problem getting good audio output...
Dear Paul and everyone. I would like to ask 2 questions where the first one has been asked unanswered before. 1. Is there a built-in variable to use in scripts...
Hi, how are you? I wait you are fine. Ok, here go my problem: i'm analyzing spontaneous conversations and sometimes there are turns overlapping. Do you know...
Hi Tony, et al. I'm running same setup as you. Did you compile for this from sources, or use the binary provided? I've had not experienced your ip problem with...
Hi Paul, all. I'm new here so please be kind.... I've installed the .dmg on the above platform and it seems to work well. I need to add some things to the...
As far as I know, the only practical solution to deal with overlapping voices is to create (manually) a TextGrid with one tier per speaker, labelling that...
Praat uses its own coding for IPA symbols. Many phoneticians and linguists use SAMPA or X-SAMPA for the same purpose. SAMPA is also used eg for Mbrola speech...
Found some answers below. ... Should be homeDirectory$ = environment$("HOMEPATH") for Windows xp. ... This can be partly solved by writing to windows metafiles...