Hello, Praat Users! My name is Juanjo, I study Psychology at the Complutense University of Madrid And I started using praat a couple of months ago. My problem...
When working in ASR, I've bumped into what seem to be sort of ad-hoc filters a few times. A good example would be a filter than I've seen recommended for ...
(Advertisement) Quick question... Is it necessary to resample the sound object before applying the "change gender" manipulation? Thanks very much for any...
... no, I would not know what that could help. -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room 303 1012VT Amsterdam, The...
Hi there, While trying to run praat console, I get this error. I cant find any related info on the manual or web! The situation is the same with any script,...
It usually means you are trying to do the Create strings as file list thing, but have an error in either the directory name or the file name. For example, if...
Hi, I've written a script in praat that runs in windows. It runs through 2700 voice samples. When run in windows it runs for a few hours, but it runs at the...
... yes, usually. But not in this case. There was a stupid mistake in Praat that had to do with the new plug-in mechanism. Praat (and Praatcon) version 4.4.33...
Hi, I have two questions: 1- I'd like to know how it is possible to get error messages when using praatcon.exe. I know that they are directly printed in to the...
Hi, I have written a spectrum to a text file. This is an example of what I get: z [1] [9] = 2.118273e-06 z [1] [10] = -4.8403802e-08 z [1] [11] = 2.8124839e-06...
... not correct. The frequency in Hertz is x1 + (bin number - 1) * dx. This x1 is usually 0.0, so your formula is off by only one dx (i.e. the bin width). ... ...
I want to pass positive numerical arguments to praat on the command line, then assign these into something like an array, tjem loop over the array, access...
... yes, you can use all the command in the menus, like Create Matrix... and Set cell... and Get value in cell... But you *can* use arrays as well, simply by...
Hi Praat users, I'm having a problem running a script when it tries to make a specific system call. The script is "mono_call_momel.praat", an implementation of...
... To see how you did it, I had to look up the archive, download it, and unpack it. I then finally found the Praat script line system perl intsint_v210.pl...
The mistake seems to be in the script by Cyril Auran. It contains parts like system cd "'prog_dir$'" system momel > "'out$'" 'win1' 'minf0' 'maxf0' < "'in$'" ...
... Yes, this is the line I was referring to. ... I think I was not clear enough, my fault. You are right saying perl itself is an executable file, but the...
Hi everyone, How can i use praat with c++? first i tried to put all the header files to my compiler directory. it'didn't work. after that i put the same header...
... you should have kept the header files where they were: in each of the subdirectories. -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat...
Hello! I want to make spectrograms on Music (narrowband) and therefore I use the "To Spectrogram" feature. It is about simultaneous masking on MP3-files. My...
... switch Garnish off, then do "Draw inner box" (from the Margins menu), "Marks left every" and the like, and "Text left" and the like. ... To get "20000",...
Thank you Paul Boersma and Julio Gonzalez for your answers. You see, Julio Gonzales, there are still students - and lecturers - working on weekend night even...
Thank you Paul for your help on my previous question. I thought I had understood your formula but there seems to be a contradiction in what you wrote (I...
Hello Praat users, I wanted to swap source signals with my stimuli, so I consulted the Praat manpage on "source-filter synthesis: using existing sounds", which...
... sqrt ((z[1][9])^2 + (z[2][9])^2) ... no, that's exactly the trick for knowing how loud something is. Doesn't matter whether your tympanic membrane moves...
... the time-frequency point with maximum intensity is considered "black". ... yes. A sine wave with full amplitude between -1 and +1 is 94 dB if the signal...
Hi all I am trying to extract the second formant from whispered vowels and could use some advice. I stop filter the data at value that is below the approximate...