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.
... Instead of ... you just do Write to WAV file... 'directory2$''sound$'.wav -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room...
Dear all Is there a way to ask Praat to jump out of a loop if it encounters a specific error message? What I'd like it to do is notify me that the error had...
... There will be no problem if you use "Open long Sound file...", "View", and "Write left channel to WAV file...". This works for sound files of up to two...
Hi David, I'm currently implementing the sendsocket command within Praat with a simple Java server that I've written. I'm noticing that whenever the...
Dear Praat users, I wonder if you could give me some pointers about my questions below: 1) When manipulating the duration of a phoneme/segment using the...
although that definitely solves the problem, i have encountered similar issues before that have left me equally stumped. if there was indeed no easy solution...
Hi, Please, help me: 1) how do I compute in PRAAT the amplitude of the first harmonics, of the second harmonic, etc.? 2) How do I compute the amplitude of the...
Dear Lukasz, Here is my recipe: 1. Estimate the frequency region where your harmonic/formant is. For harmonics, you can use multiples of the estimated pitch. ...
By the way, the Intensity object will give you intensity values in dB, not amplitude values. Best, Francisco On Sat, Nov 8, 2008 at 10:47 AM, Francisco...
Dear Lukasz, Christian's suggestion is more appropriate. I just realized that by filtering the sound you won't be able to make comparisons with other frequency...
... in the Sound window, click on the relevant time, then do "View spectral slice", and click on the tops of the harmonics. The Spectrum window will show their...
Hi all, I need to create a /pa/-/ta/ continuum and luckily Praat comes with a demo script for creating a /ba/-/da/ continuum, so all I need to do is make the...
Hello, I see praatcon.exe allows to control Praat interactively form the shell. Is there anything similar available for the mac? I remember downloading a file...
Hi, dear all, I am a MA linguistic student from Taiwan. Buckeye speech corpus says that it can use wavesurfer to automatically search for ALL OF certain sound...
... See 6.9 Scripting in the Scripting section of the manual. ... will run the doit.pratt script with arguments "50" and "hallo". Henry Martin [Non-text...
Dear Henry, I already tried this but it didn't let me open files and display them with the Edit function, which is the main thing I would like to do from other...
Hi, I created a sine 200Hz waveform using the formula: '1/2 *sin (2*pi* 200*x)' by "New>sound>create sound formula" and changed the sampling frequency to...
Hi, All, I am trying to create my first Praat script. What I want to do is to open a sound file, select a part of the sound and get the minimum pitch. I use...
... insert after the "Edit" line: editor Sound filename see the scripting tutorial at "scripting an editor from a shell script". -- Paul Boersma Phonetic...
Dear list, I just discovered that I can convert a IntervalTier to XWaves label file format, but not a TextTier? Is there any way around this? /Fredrik -- "Life...
hi... First make TextGrid, then extract an IntervalTier from the TextTier... select TextTier test Into TextGrid Extract tier... 1 Write to Xwaves label file......
... you have a sine wave with a frequency of 200 Hz, so your peak is at 200 Hz. This is also equal to the Nyquist frequency, i.e. half of the sampling...
Dear All, I am trying to modify the pitch of a wave file and resynthesis it. The following is the script I used. It works well in praat, but it does not work...
Jenny In general I find it is rarely a good idea to write a script that works with the editor - the editor is made for interactive manipulation and examination...
Hej Jonas! Maybe I am just stupid, but this does not work for me. I always get a TextTier (point tier) which I cannot write to an XWaves lable file. This is a...
halloj igen ;-) I thought it was that easy... ok, you need a bit workaround with TextTier as far as I know... tier_name$ = selected$ ("TextTier") Into TextGrid...
... no, it is based on intervals. The file contains their endpoints, assuming that the first interval starts at time zero. The reason why a TextTier cannot be...
... You can do all of these things without an editor: sound = Read from file... filename.wav manip = To Manipulation... 0.01 75 600 pitch = Extract pitch tier ...
Hello, is there any possibility to move all the TextGrid boundaries to the next zero crossing (of a related sound file) at once? (a plug-in or a script) Thank...