Sign In
New User? Sign Up
praat-users · Praat Users Group
? 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 4564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1907
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 1, 2005
1:45 pm
1908
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...
andrrrreas
Offline Send Email
Jul 1, 2005
6:35 pm
1909
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. ...
andreshs1
Offline Send Email
Jul 1, 2005
6:36 pm
1910
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 1, 2005
11:45 pm
1911
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...
remilynn2000
Offline Send Email
Jul 4, 2005
11:31 am
1912
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 ...
juw46
Offline Send Email
Jul 5, 2005
5:47 am
1913
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...
p_s_y_l
Offline Send Email
Jul 8, 2005
10:11 am
1914
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 11, 2005
12:12 am
1915
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...
loogle81
Offline Send Email
Jul 11, 2005
10:25 am
1916
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 11, 2005
10:44 am
1917
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....
icrivno
Offline Send Email
Jul 12, 2005
6:30 am
1918
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...
adisasmito_smith
adisasmito_s...
Offline Send Email
Jul 13, 2005
5:48 pm
1919
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 13, 2005
6:22 pm
1920
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... ...
Gina Cardillo
lindyoppa
Offline Send Email
Jul 13, 2005
7:33 pm
1921
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...
Rita Hayworth
lilianadiazg...
Offline Send Email
Jul 14, 2005
4:39 am
1922
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 14, 2005
12:24 pm
1923
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 14, 2005
12:24 pm
1924
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...
Gregory Anderson
gregoryor
Offline Send Email
Jul 15, 2005
7:00 pm
1925
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> ...
davife
Offline Send Email
Jul 18, 2005
7:51 am
1926
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 18, 2005
4:51 pm
1927
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 18, 2005
4:51 pm
1928
... 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...
Gregory Anderson
gregoryor
Offline Send Email
Jul 19, 2005
2:40 am
1929
... 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 *...
Paul Boersma
paulboersma
Offline Send Email
Jul 19, 2005
10:09 am
1930
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...
aschapper
Offline Send Email
Jul 19, 2005
4:00 pm
1931
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...
Gregory Anderson
gregoryor
Offline Send Email
Jul 19, 2005
5:39 pm
1932
... 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"),...
Gregory Anderson
gregoryor
Offline Send Email
Jul 20, 2005
12:35 am
1933
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 20, 2005
4:29 pm
1934
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...
juw46
Offline Send Email
Jul 21, 2005
1:39 am
1935
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...
Alexsandro Meireles
alexsandro_m...
Offline Send Email
Jul 21, 2005
1:56 am
1936
... 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...
Paul Boersma
paulboersma
Offline Send Email
Jul 21, 2005
5:00 pm
Messages 1907 - 1936 of 4564   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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