Skip to search.
praat-users · Praat Users Group

Group Information

? 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 5999 - 6028 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages 5999 - 6028 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5999 Paul Boersma
paulboersma Send Email
Jul 4, 2012
9:20 pm
... Look up "annotation&quot; in the Intro (under Help). You can create a TextGrid in which you can mark intervals; the TextGrid can be saved for later use, and...
6000 Paul Boersma
paulboersma Send Email
Jul 4, 2012
9:33 pm
... this gives you the energy difference only if the "mean intensity" was computed by averaging over values in pascal-squared, not averaged over dB values. For...
6001 Katalin Mady
uborrr Send Email
Jul 5, 2012
5:20 pm
Dear all, I apologise for this posting, since it is probably not a specifically Praat-related problem. I have upgraded my OS to Ubuntu 12.04 gnome. When using...
6002 Paul Boersma
paulboersma Send Email
Jul 5, 2012
9:24 pm
... yes, different versions of operating systems and/or widget sets may have different opinions on what is easiest to work with for users (the Mac is notorious...
6003 Eric Schmiedl
eric@... Send Email
Jul 6, 2012
4:12 am
... What I meant is, is it possible to mark those areas automatically? (The file in question might have hundreds of areas of potential interest.) [Non-text...
6004 Julian Bradfield
jcbradfield Send Email
Jul 6, 2012
11:36 am
... I'm afraid this looks like a deliberately introduced misfeature of recent GTK+ releases. I haven't had to deal with it yet - I'm not sure there will be an...
6005 José Joaquín ...
jjatria Send Email
Jul 6, 2012
2:13 pm
Maybe using To TextGrid (silences)... with a sufficiently high Minimum pitch (Hz) value? You'd have to test it to see if it works for you, but it might work if...
6006 levarishiri Send Email Jul 9, 2012
9:52 am
Hello,I've been trying to synthesize diphthongs using a formant grid and a source, but encountered an unexpected problem. My goal is at the end to create a...
6007 Paul Boersma
paulboersma Send Email
Jul 9, 2012
1:19 pm
... That is not the simplest patch. It involves adding the following code, which you can only think up if you know Praat-internal platform-independent file...
6008 Paul Boersma
paulboersma Send Email
Jul 9, 2012
1:25 pm
... "minimum pitch" is not a filter; it just determines the smoothness of the intensity contour on which the silence detection is based. To filter some...
6009 M. Ehsan Hoque
bulbul20 Send Email
Jul 12, 2012
1:33 am
What would be the eqauivalent of spectral stationarity (how stationary, i.e. boring is the speech) in praat? Would it be equivalent to Spectrum: Get standard...
6010 Eric Schmiedl
eric@... Send Email
Jul 12, 2012
6:53 am
Thanks, that sounds ideal. However, the high-frequency content is quite broadband. There's also interference present with similar but different (usually less)...
6011 Earl Brown
eakjbrown Send Email
Jul 12, 2012
6:54 am
Hello Praat users. In other scripting languages I can put an "if" clause in a "for" loop so that if the "if" condition evaluates to true the "for" loop jumps...
6012 José Joaquín ...
jjatria Send Email
Jul 13, 2012
10:56 am
As far as I know, there is none. But moving around a few lines from the script you wrote you can get the same behaviour: # WHAT I DO WHEN I HAVE TO DO THIS for...
6013 dan_mccloy Send Email Jul 13, 2012
10:56 am
Try this: for i from 1 to num_intervals name_interval$ = Get label of interval... 1 i if name_interval$ <> "" # DO SOME STUFF endif endfor by making the if...
6014 Daniel Hirst
daniel_hirst Send Email
Jul 13, 2012
11:09 am
... in other words, if the condition is fulfilled then the script will do nothing that iteration and move to the next one - the BUNCH OF CODE will only be...
6015 José Joaquín ...
jjatria Send Email
Jul 15, 2012
12:31 pm
... Indeed it will, but in my opinion it makes the working of the script harder to understand. Testing for the condition that is intended (in this case "not...
6016 jlovegrenpccam Send Email Jul 15, 2012
12:31 pm
Is there system-defined variable in the scripting environment which has a certain value once an error is reached? Something like the following would be quite...
6017 Paul Boersma
paulboersma Send Email
Jul 15, 2012
8:33 pm
... for i to numberOfIntervals text$ = Get label of interval... 1 i if text$ <> "" # DO SOMETHING else goto nextInterval endif # DO SOME MORE THINGS label...
6018 Daniel akamono naurus
danielocarlsson Send Email
Jul 16, 2012
4:20 am
I must say it was an awesome feeling, starting up praat and being able to modify my sample with my own formula. I think this allows to create very interesting...
6019 jlovegrenpccam Send Email Jul 17, 2012
4:07 pm
I am not quite sure how to relate the "Smoothing (Hz)" parameter in the Filter (pass Hann band)... function to an equivalent rolloff measure calculated in...
6020 Paul Boersma
paulboersma Send Email
Jul 17, 2012
5:58 pm
... That link, which is just a copy of the page in the manual in Praat, tells all there is to tell (the shape is a raised sine). You are confused by the...
6021 pascalvanlieshout
pascalvanlie... Send Email
Jul 17, 2012
9:39 pm
Dear PRAAT users, Those of you who have tried to download my PRAAT tutorial, would have noticed that the original website is no longer active. The new website...
6022 naxingyu Send Email Jul 18, 2012
2:46 pm
Hi all, I want to use my own F0 contour, which is extracted by other F0 estimators, in the Praat UI. So I think I should transcribe it to a pulse marking file,...
6023 pedroamaranteandrade
pedroamarant... Send Email
Jul 19, 2012
1:23 pm
Dear all, I am relatively new to praat scripting and I am struggling with a few things. 1o. - I cannot produce a F0 listing using script that preserve the...
6024 Paul Boersma
paulboersma Send Email
Jul 19, 2012
2:04 pm
... look at the "script for listing time-F0-intensity&quot; in the scripting examples in the manual. The idea is to use a very small time step, e.g. 0.001 seconds,...
6025 José Joaquín ...
jjatria Send Email
Jul 20, 2012
9:49 am
Not really sure what you are trying to do with your script, but if you are generating a PitchTier from your Pitch object you'll definitely not have any...
6026 naxingyu Send Email Jul 20, 2012
9:49 am
Dear all, Maybe I should describe more precisely... I have a file containing a sequence of fundamental frequency in Hertz. The values are mannually checked, so...
6027 patchanokkitikanan
patchanokkit... Send Email
Jul 20, 2012
3:57 pm
Hi all, I'm interested in measuring fricatives, and wondered how to measure things by Praat as follows: 1) spectral slopes below peak frequency 2) spectral...
6028 Paul Boersma
paulboersma Send Email
Jul 20, 2012
8:10 pm
... no, you don't have to create a PointProcess or PitchTier file. You can instead create a Pitch file directly. To see what these look like, save a Pitch...
Messages 5999 - 6028 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?
Messages 5999 - 6028 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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