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
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
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
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@...
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
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...
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
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
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...
... 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
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
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
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
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
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...
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
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...
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
Jul 19, 2012 2:04 pm
... look at the "script for listing time-F0-intensity" in the scripting examples in the manual. The idea is to use a very small time step, e.g. 0.001 seconds,...
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
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...
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
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...
6029
naxingyu
Jul 23, 2012 6:49 am
Dear Paul, Thanks for your answering. I have created a full and a short text Praat Pitch file. It is a frame-by-frame pitch object so I can fit mine into it....
6030
hncsbei
Jul 25, 2012 2:54 am
Hi, everyone, In praat objects,when selecting a sound file,then run command: Get value at time... 0 'time' Sinc70 I can get a number value with Pascal. Then,...
6031
adambaker24601
Jul 25, 2012 6:22 am
I wonder if it is possible to implement a less memory-intensive resampling algorithm? With 3 GB of ram on a 32-bit system, I'm unable to resample a 1209...
6032
Paul Boersma
paulboersma
Jul 25, 2012 9:16 am
... that 20-minute file can be 40 MB only in compressed format, probably MP3. A stereo file digitized in 16 bits already takes up 213 MB on your disk. And yes,...
6033
wilrankinen@...
wilrankinen...
Jul 31, 2012 6:14 am
Hey, Does anyone know if it is possible to set up Praat key-shortcuts on a Mac OS (lion)? I know key-shortcuts already exist, but I cannot seem to put any...
6034
kyuchulyoon
Aug 7, 2012 4:23 am
Hello, I'm working on a grapheme2phoneme script in Praat. Below is a sample script that I'm working on. When I tried this on my Windows XP PC, it gave me the...
6035
Paul Boersma
paulboersma
Aug 7, 2012 9:40 pm
... yes, it is a programming error that I apparently made in the regexp code on 5 September 2011, and that had thus far escaped notice because all compilers...