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.
Hi list, In the analysis frame of a sound edit window, is it possible to display values of imported features data (computed in matlab and available as csv for...
Hi All, I need the Praat technical manual, anyone have it? Regards. Hosseini __________________________________________________ Do You Yahoo!? Tired of spam?...
Hi, I am receiving this error message when I try to play a sound in Praat: (Melder_play16:) Cannot play a sound. Perhaps another program is playing a sound at...
Hello everyone, I am trying to use praat for a study which entails trying to detect a subject's emotion in the recording. has anyone done something like this?...
Hi Paul and praat user. I need to use MFCC, LPC and Zero crossing rate for speaker recognition. so I need script to extract all these features using praat. is...
I'm working on a paper involving intensity measurments. In it I state, "Intensity sound level measurements were made with Praat, using most of its default...
Hello everyone: I have found the Voice Report command useful for getting lots of acoustic features with few key strokes. Is there an analogous single...
Hi, Iam working on PRAAT source code on WINDOWS XP, PRAAT webs site suggests that we need Metrowerks CodeWarrior 9.0 or later version to run the source code,...
... The value of 3.2 comes from the analysis window you need for measuring a reliable intensity value. For an F0 of 75 Hz, a period is 13.333 seconds, so the...
Dear all, I am using Ubuntu 6.10 Edgy Eft. I used Synaptic to install Praat 4.4.30 My problem is that i can't close the Picture Window. Tried the X icon, also...
Hi all I am stuck with a script. I have selected different Sound objects in the objects window, for most of the Sound objects there are corresponding TextGrid...
I don't know if it's possible to handle error messages but the best solution is perhaps to avoid the error in the first place. ... the full name provided by...
I was once stuck in a similar situation, and worked around the problem by saving all TextGrids to a file and then use the fileReadable function for the if...
... Praat is not generally compatible with Lesstif. All reported problems with Praat on Linux are Lesstif-related (except for the keyboard problem on some...
Hi Beat, One workaround that I've found to be useful (probably mainly because of limited scripting knowledge) is to identify which action or command is causing...
I have a number of scripts that run after each other. There are some common variables between them like file location. Is there a way to include a variables...
Hello, I have one question. Is there any way to export praat files for example the pf files to excel format? Need the confirmation urgently. Thanks. HaSHaKIe....
Hi, I need to know if it's possible make Perl and Praat interact. If i write a parser for textgrid in Perl which identifies segments with particular features,...
Dear all, since Praat 4.5.20, we now longer need to do this: To Pitch... 0 75 600 pitch = selected() (which would become slightly tedious in complex scripts...
Dear Gabriella, yes, you can let a Perl script (or any other program, for that matter) call a Praat script, passing arguments, that's easy. Example: ...
Hi praat users, I need to save the MFCC coefficient and pitch in the same text file like this. each frame in one line. time pitch c0 c1 c2 c3 ....c12 time...
I've recently been using a TextGrid-making script that reads all files in a certain directory (unless you specify a "word"), makes a text grid for them, and...
I've been having a problem since I reinstalled Praat (4.5.17) on my Windows XP computer. It loads fine, but when I do the "Read" command the program hangs for...
Please see http://www.fon.hum.uva.nl/praat/download_win.html under Known problems and how to solve them and you will probably solve your problem. Best regards ...
Hello, I've created a general script that will return stdev, min, max, mean for pitch, but I'm not sure what terms (e.g. "stdev" for standard deviation) are...
... In the code of your script you can use all the commands that are in the menus. In this case, the relevant commands are in the Query menu when you select a...
Hi all, I have a script that uses draw tracks... command to plot on the plot window the prevously generated formants. I want it to save numbers to a file for...
Hello Could someone tell me how I can read in time stamp (sec), pitch (Hz) values from a text file of a known format into a pitch tier object in PRAAT? -- ...