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.
... From Praat 4.4.16 on, the Spectrum window now has a "dynamic range" setting (in the View menu), so that you can choose it differently from the standard 60...
Under log settings I have: Log File 1: C:\WINDOWS\DESKTOP\Duration Log.txt Log 1 Format: Duration'Dur:3' When I type F12 to log data, I get the message "Cannot...
Dear Kambiz, this script should do the trick. Yours truly, Holger #Get Sound s1 = selected("Sound",1) s1$ = selected$("Sound",1) t = Get total duration #set...
... If you mean that you created a folder called C:\WINDOWS\DESKTOP\Duration Log.txt, then you cannot write text to it, because it is a folder, not a file....
Hi. I wrote the following script to create a pitch listing using praatcon.exe: Read from file... fy3122.wav To Pitch... 0.01 50 300 Write to text file......
anybody who can help in just comparing two syllable sound waves to see the euivalency (that they are same syllable by the same speaker.just) using DTW ....
Hi, I'm trying to set up a listening test, in which subjects choose from a set of stimulus-pairs and say which ones sound the same. I've started with the...
... since you have three sounds, you could ask the subjects instead to choose the sound that sounds different from the other two. Unfortunately, choosing two...
... You probably did not take into account the lines that says something like dx: 0.01 x1: 0.02767535679856 x1 is the time associated with the first pitch...
any body who can tell about when we perform DTW on two MFCCs then from the output how can we conclude that the two sound signals have a resemblance; thanx ......
... you can get a global warped distance from the DTW with Get distance (weighted) How reliable this is for discriminating the same syllable/word pronounced by...
Dear Praat users, Does anybody have a script that chops up each item in a list of structured filenames (e.g. 12_VA_takeout_PAST_thorn_SG_1.wav) into a string...
... I don't think you need either a temporary text file or an array to do this. You could call a procedure in your main loop like "get_field" in the following...
... Starting from your own script, here is a solution that indeed creates a string array. The advantage of a string array is that one could also use more...
Hi, I am modifying pitch marks using the PointProcess structure and then converting to pitchtier. The pitch points in the pitchtier look ok for voiced segments...
I am looking at musical onsets. I have not found a convenient way to take the timings from each tier point and export them into a excel or spss. Is this a case...
hi praat users i want to extract a portion of sound file in which i want to give the starting time and ending time myself. is there any method to accomplish...
Dear list users, I would like to write a script to automatically detect (print) the four loudest and quietest frequencies from a spectral slice. Any idea? ...
hi all of you i want to genrate a voice report and i have idea how it is done and i want to run praat in VC++ and i also don it. i did the following steps to...
... you probably made another mistake as well (see below). Please read the scripting manual if you want to do scripting; especially focus on the "select" and...
... There is a command "Extract part..." in the Convert menu. ... In a script, you therefore do Extract part... 0.231001 0.445120 Rectangular 1.0 yes -- Paul...
deal paul: I have a sound with 2 seconds and using Praat to calculate the pitch with this sound. I think this sound is complex periodic because I can clearly...
hi all the praater, the script below works fine on my friend's computer but doesn't work on my computer, please take a look... btw, I ran this script under...
Hi, all. I'm a new Praat user and subscriber here, and I figure this surely must be a frequently asked question, but I have searched the message base, the web...
I would like to know if if is possible to compute line spectral frequencies (LSF) from LPC coefficients (or by any other way)... I think that it would be...
Hi All, I have just begun using PRAAT. Can any one help me how to find number of Voiced and Unvoiced regions in an utterance. A voiced region is a region...
hello all i want to extract a number from the voice report. already i genrate a voice report and run the script in VC++. Report is generated but i want to...
hi praat users i want to run the run the command Extract Part... in VC++. all the functionality of this command is right but i want to change the Starttime and...