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 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.

Messages

  Messages Help
Advanced
Messages 1907 - 1936 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages 1907 - 1936 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1907 Paul Boersma
paulboersma Send Email
Jul 1, 2005
1:45 pm
... 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...
1908 andrrrreas Send Email Jul 1, 2005
6:35 pm
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...
1909 andreshs1 Send Email Jul 1, 2005
6:36 pm
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. ...
1910 Paul Boersma
paulboersma Send Email
Jul 1, 2005
11:45 pm
... 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...
1911 remilynn2000 Send Email Jul 4, 2005
11:31 am
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...
1912 juw46 Send Email Jul 5, 2005
5:47 am
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 ...
1913 p_s_y_l Send Email Jul 8, 2005
10:11 am
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...
1914 Paul Boersma
paulboersma Send Email
Jul 11, 2005
12:12 am
... yes. Although even shorter would be: select sound_table&#39;iFile&#39; ... With "the stack" you apparently mean the set of objects in the list in the object...
1915 loogle81 Send Email Jul 11, 2005
10:25 am
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...
1916 Paul Boersma
paulboersma Send Email
Jul 11, 2005
10:44 am
... 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...
1917 icrivno Send Email Jul 12, 2005
6:30 am
Hello ! My concern is a work on voice. How can I sum up a group of ltas ? and then find out the mean (or average) of the total sum ? Thank you. Is....
1918 adisasmito_smith
adisasmito_s... Send Email
Jul 13, 2005
5:48 pm
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...
1919 Paul Boersma
paulboersma Send Email
Jul 13, 2005
6:22 pm
... 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...
1920 Gina Cardillo
lindyoppa Send Email
Jul 13, 2005
7:33 pm
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... ...
1921 Rita Hayworth
lilianadiazg... Send Email
Jul 14, 2005
4:39 am
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...
1922 Paul Boersma
paulboersma Send Email
Jul 14, 2005
12:24 pm
... 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...
1923 Paul Boersma
paulboersma Send Email
Jul 14, 2005
12:24 pm
... 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...
1924 Gregory Anderson
gregoryor Send Email
Jul 15, 2005
7:00 pm
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...
1925 davife Send Email Jul 18, 2005
7:51 am
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> ...
1926 Paul Boersma
paulboersma Send Email
Jul 18, 2005
4:51 pm
... 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...
1927 Paul Boersma
paulboersma Send Email
Jul 18, 2005
4:51 pm
... 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...
1928 Gregory Anderson
gregoryor Send Email
Jul 19, 2005
2:40 am
... 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...
1929 Paul Boersma
paulboersma Send Email
Jul 19, 2005
10:09 am
... 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 *...
1930 aschapper Send Email Jul 19, 2005
4:00 pm
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...
1931 Gregory Anderson
gregoryor Send Email
Jul 19, 2005
5:39 pm
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...
1932 Gregory Anderson
gregoryor Send Email
Jul 20, 2005
12:35 am
... 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"),...
1933 Paul Boersma
paulboersma Send Email
Jul 20, 2005
4:29 pm
... 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...
1934 juw46 Send Email Jul 21, 2005
1:39 am
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...
1935 Alexsandro Meireles
alexsandro_m... Send Email
Jul 21, 2005
1:56 am
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...
1936 Paul Boersma
paulboersma Send Email
Jul 21, 2005
5:00 pm
... 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...
Messages 1907 - 1936 of 6383   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?
Messages 1907 - 1936 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