Sign In
New User? Sign Up
praat-users · Praat Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 3350 - 3380 of 4564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3350
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...
kittytr8888
Offline Send Email
Oct 2, 2007
11:23 am
3351
Can anyone point me to example scripts for articulatory synthesis? Specifically, I'd like to automate the specification of times and targets for particular...
krchnr
Offline Send Email
Oct 2, 2007
9:01 pm
3352
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 ...
jaydeepzap
Offline Send Email
Oct 3, 2007
6:26 am
3353
... 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...
Paul Boersma
paulboersma
Offline Send Email
Oct 3, 2007
4:27 pm
3354
does anyone know how to create prosody models? i really need urgent help. thanks....
axl_3003
Offline Send Email
Oct 5, 2007
4:22 am
3355
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: ...
jenniferarnold2
Offline Send Email
Oct 5, 2007
4:23 am
3356
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...
anna.janska
Offline Send Email
Oct 6, 2007
11:44 pm
3358
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...
Natasha L Warner
nwarner2000
Offline Send Email
Oct 7, 2007
10:28 am
3359
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 ...
n_dehak
Offline Send Email
Oct 8, 2007
7:09 pm
3360
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...
michaelwtownley
Offline Send Email
Oct 9, 2007
2:24 pm
3361
... 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,...
Paul Boersma
paulboersma
Offline Send Email
Oct 9, 2007
10:28 pm
3362
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...
ettlinger
Offline Send Email
Oct 10, 2007
11:59 am
3363
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...
keter3
Offline Send Email
Oct 11, 2007
1:06 pm
3364
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...
Jonas Lindh
lindsahpajken
Offline Send Email
Oct 12, 2007
3:30 pm
3365
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...
e.torgersen
Offline Send Email
Oct 12, 2007
11:33 pm
3366
... repaired in 4.6.32. -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room 303 1012VT Amsterdam, The Netherlands ...
Paul Boersma
paulboersma
Offline Send Email
Oct 13, 2007
12:08 am
3367
... 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...
Paul Boersma
paulboersma
Offline Send Email
Oct 13, 2007
12:08 am
3368
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...
S
svanschalkwyk
Offline Send Email
Oct 15, 2007
5:26 am
3369
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...
gabriella_pisa
Offline Send Email
Oct 15, 2007
5:26 am
3370
... 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. -- ...
Paul Boersma
paulboersma
Offline Send Email
Oct 15, 2007
10:28 am
3371
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...
benjamin.dereeper
benjamin.der...
Offline Send Email
Oct 19, 2007
4:31 pm
3372
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...
Silvia Lipski
sillispiral
Offline Send Email
Oct 24, 2007
2:55 pm
3373
Hi All, I'm having a problem with the Praat script editor. When I try to paste history, I get this: ...
forensicling2003
forensicling...
Offline Send Email
Oct 25, 2007
7:41 am
3374
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...
cho.hyesun
Offline Send Email
Oct 25, 2007
7:42 am
3375
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...
funkylinguist
Offline Send Email
Oct 25, 2007
7:42 am
3376
Hi all, I just start learning about Praat scripting for acoustic analysis. Reading different scripts and searching threads within this group really help me...
DrBeanz
Offline Send Email
Oct 25, 2007
7:42 am
3377
... 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...
Daniel Hirst
daniel_hirst
Offline Send Email
Oct 25, 2007
9:40 am
3378
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...
Pärtel Lippus
partel77
Offline Send Email
Oct 25, 2007
10:05 am
3379
See earlier postings and then update your Praat version. Best regards Jonas ... _________________________________________________________________ Express...
Jonas Lindh
lindsahpajken
Offline Send Email
Oct 25, 2007
11:37 am
3380
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...
Katalin Mady
uborrr
Offline Send Email
Oct 25, 2007
12:10 pm
Messages 3350 - 3380 of 4564   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help