Hi, I was wondering if there is a quick way to concatenate TextGrids to each other, the same way as you can concatenate sounds to each other? The merge command...
Can anyone point me to example scripts for articulatory synthesis? Specifically, I'd like to automate the specification of times and targets for particular...
Greetings Folks, I am newbie to praat scripts. Somehow I need to make them available into Java project. Can praat scripts be extended into Java? I see that ...
... go to http://www.fon.hum.uva.nl/paul/diss/diss.html and check out chapter 5. The scripts are the ones used for running the simulations and creating the...
Hi, I'm having what is probably a very dumb problem in all my scripts. I am running Praat 4.6.29 on a Mac Powerbook, and the problem lines say this: ...
works fine, but in the resulting sound there often is some kind of flicking-smacking noise. is there any easy way to improve the quality? cheers, Anna...
Hi, the popping/clicking/crackly noises are normal for LPC resynthesis. Lots of hand-tuning of individual tokens might improve things a bit, but this is just...
Hi Paul and praat users, I would like to use the: To PointProcess (zeroes)... in my script but but the PointProcess object obtained was empty here my script ...
Hello, I am trying to divide a series of long sound files of word lists into individual small sound files. I found a couple of scripts that were described to...
... No, you do To PointProcess (zeroes)... Left yes no see the scripting tutorial for how to set values of yes/no choices. -- Paul Boersma Phonetic Sciences,...
Dear group, I believe I figured out everything from reading the forums and manual, but I wanted to double check that what I did was correct and see if there...
Hallo, There is an option for drawing Pitch with the TextGrid in the picture window. I need to draw an intensity conture together with a TextGrid, but I cant't...
Hi everyone. Using Paste history generates weird squares on my Windows XP system, which I suspect is some font issue as Paul has been working on that in recent...
I would like to write a formula (in Modify Formant (frequencies)) that changes F1 and F2 in different ways, say increases F1 by 100 Hz and F2 by 500 Hz. How...
... if row = 1 then self + 100 else if row = 2 then self + 500 else self fi fi -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room...
Hallo, I cannot see the recording meters in the recorder window on windows X64. Has anyone had any success with this? Any idea where in the code a mod may be...
Hi! I need to extract the value of "centre of gravity" with a praat script. Somebody can tell me the command I have to use? Thank you very much Gabriella...
... The same command as you use when doing it outside a script, i.e. the command "Get centre of gravity..." from the Query menu when you select a Spectrum. -- ...
Dear all, I'm in no way an expert in speech analysis. I'm currently working as a network security analyst and as such I have a bit of programming experience...
Dear Praaties, I would like to convert an IntervalTier to a Table of Real including all labels, as in the option "Down to TableOfReal(any)". However, in a...
Dear group, I need a script that measures pitch (F0) at every labeled point in a point tier. I think it should not be difficult for experienced praat users. I...
I'm designing a psycho-acoustic experiment investigating the interaction of f0 and duration in perception of tones. I need to create tones, some of which have...
Hi all, I just start learning about Praat scripting for acoustic analysis. Reading different scripts and searching threads within this group really help me...
... you can make your script much simpler in a single run through the files - all you need to do is to but the value you calculate into a variable and then use...
Dear Hyesun, the line "time = Get time of point" is missing the tier and point numbers. It should be: time = Get time of point... tier point Pärtel...
See earlier postings and then update your Praat version. Best regards Jonas ... _________________________________________________________________ Express...
Hi Silvia, ... If you don't insert a space between 'TableOfReal' and 'any', you will get ... Good luck Katalin [Non-text portions of this message have been...