You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
... Let's assume that your question is about Praat scripting (I'm not sure). Let's also assume that you want to store file names (I'm not sure) into an array...
Hallo ! I am working on a software tool to detect emotions in speech where Praat is very useful in extracting the respective signal parameters. Now I would...
Hello guys, I am trying to build an AI application with voice recognition/identification, no one of those speech engines. Any help will be very much welcome. ...
... start with fon/Sound_to_Pitch.c. You'll need that file and all the source files that it calls directly or indirectly. -- Paul Boersma Institute of Phonetic...
hi! i have tried to insert "Print..."(a command in praat picture) in script. however, the script will suspend when run this command. there is no detailed...
Dear Dr Paul Boersma Could you please consider my question posted on 23rd June 2005, No 1899. I am interested in using Pratt for 1/3 octave band analysis of ...
I apologise for the non acuracy of my question. Here is my aim : Yes this question concerne praat scripting, but I don't want to store the file name into an...
... yes. Although even shorter would be: select sound_table'iFile' ... With "the stack" you apparently mean the set of objects in the list in the object...
Hello, could anybody help me? I'm trying to calculate pitch value using the command 'pitch listing' in Praat but I've noted that the number of candidates in...
... If you mean the number of pitch values in the window, then use "Time step settings" (View menu). -- Paul Boersma Institute of Phonetic Sciences, University...
Dear all, I'm doing a voice analysis, by extracting the value of the harmonics-to- noise ratio from the voice report. The script works using the default floor...
... This message means that there are no more than 5 samples in an analysis window. Raise the sample rate if you want such a high pitch floor. Or you just...
Hello, Is there a way to get rid of the waveform and only have the spectrogram visible (other than the "To Spectrogram" command)? I could not find a way... ...
Hello, I am a new praat user and this is my first message in this group(sorry for my very poor English). I am investigating nasal and I would like to know how...
... this has to be done by hand. In the sound window, you select the nasal time stretch, then choose "View spectral slice". In the spectrum window that pops...
... in the sound window, i.e. the window that you get by selecting a sound and clicking Edit, there is absolutely no way not to see the sound (i.e. the...
Is there any way to synthesize a sound using spectral (Ltas) data taken from another sound? Also, How do you pronounce Praat? I've been using a long o...
I'm having some trouble. When I step through a process and then paste history and run I get an error. The script looks something like this: <some stuff> ...
... I assume that the script gracefully exits with a message like "The command 'edit' is not available"? At least that is what I expect on the basis of the...
... by "synthesize a sound" you suggest to mean that you want to create a sound from scratch. So you want to turn an existing Ltas into a sound? Well, there...
... That's exactly what I needed! I couldn't figure it out in Praat, and had already prepped myself to try to learn CSound to accomplish this task. I am SO...
... It is actually wrong. This "[x]" takes the value in the xth bin rather than the value at frequency x. The correct one is: To Spectrum... Formula... self *...
Hi I want to convert an mp3 file into a wave file which praat can read. Can someone tell me what software i need to do this. I use windows xp. thanks...
There's about a million freeware programs for doing this, including iTunes, A quick Google search for convert mp3 wav windows xp freeware yielded the...
... Aha. Yes, this gives me Ltas values from the modified white noise that are 99% correlated with the Ltas values from the original utterance ("hello"),...
... yes, the formula above does not normalize anything, so if a band has a level above 0 "dB/Hertz", this band will get stronger. You could get the average...
Dear Dr Paul Boersma thanks you for you help for the scrpiting for 1/3 octave band analysis of sound segments. Now I need in each sound clip, a script for...
Hi, Jayantha! I already have made a script which does pretty much what you want. Extract 4 formants with its bandwidths (you can add more if you want), plot...
... those last five lines are comands available in the sound editor window. They will not work if the context is the Objects window. Fortunately, example...