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 add links to your Web sites related to your group?

Messages

  Messages Help
Advanced
Messages 1174 - 1204 of 5946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1174 Paul Boersma
paulboersma Offline Send Email
Apr 2, 2004
12:45 pm
... if all files are in the same directory, it is easy to do this with the following script: Create Strings as file list... C:\myDirectory\*.wav numberOfFiles...
1175 Paul Boersma
paulboersma Offline Send Email
Apr 2, 2004
12:59 pm
... I tried out this plug-in. Although this plug-in has a nice web site with profesisonal graphics and installation turned out to be easy on MacOS X (we did...
1176 plichtab Offline Send Email Apr 2, 2004
7:33 pm
Dear Praat Users, Thank you, Paul, for your comments on Akustyk. Akustyk is a compromise between ease of use and sophistication. Most of its features are based...
1177 Gary Baker
garypower2000 Offline Send Email
Apr 3, 2004
2:53 am
I'm trying to find a way to use 'Pitch listing' efficiently. I want to get a sort of pitch profile of a series of vowels to compare the degree of pitch change...
1178 SASWATA DAS
saswat8085 Offline Send Email
Apr 5, 2004
6:59 am
the following is a part of a bigger script i m using.. the mfvttrainlist contain list of 15 TableOfReals..i m having some problem with the 25th line of the...
1179 Paul Boersma
paulboersma Offline Send Email
Apr 5, 2004
12:38 pm
... these settings were indeed optimized for healthy voices, and even then the pitch extraction algorithm will make some "mistakes". The cause is that human...
1180 Paul Boersma
paulboersma Offline Send Email
Apr 5, 2004
12:55 pm
... it is handled in a praat-user-startUp, so that I concluded that it was superflous to throw away the buttons file. Still, you could read the existing...
1181 j_keidel Offline Send Email Apr 5, 2004
3:59 pm
an object of type Strings in not simply a list of filenames, but has typical praat formatting--for example: File type = "ooTextFile" Object class = "Strings" ...
1182 Paul Boersma
paulboersma Offline Send Email
Apr 5, 2004
5:35 pm
... this is just how a Strings object is written to a text file. It still is a list of lines (not file names, generally). But you can write a Strings object as...
1183 Susanne Gahl
leshsakte Offline Send Email
Apr 5, 2004
9:13 pm
Hi, This is a follow-up question to a difficulty I had earlier. I'd be very grateful for further pointers. I recorded some sentences a while back, and more...
1184 j_keidel Offline Send Email Apr 5, 2004
10:08 pm
this is the application of the Hanning window. if you select Rectangular instead you will get what you are looking for, as long as you make sure that you are...
1185 Branka ZEI
branka.zei@... Send Email
Apr 7, 2004
11:13 am
(1) In Paul's answer to Jeniffer ( 03-03-2004, Jennifer wrote regarding a 30 min long wave file with production of 360 syllables from) ... sound file", then...
1186 alanbrennan1 Offline Send Email Apr 7, 2004
5:50 pm
Hi, does anyone know how to delete the contents of a directory before writing any files out to that particular directory? thanks again, alan....
1187 SASWATA DAS
saswat8085 Offline Send Email
Apr 8, 2004
9:34 am
thanks fr the help it worked... but i now hav a diff problem i modified the script to form the train and test list in 3 ways..like this noOfSubExperiments = 3 ...
1188 Paul Boersma
paulboersma Offline Send Email
Apr 8, 2004
11:53 am
... instead of all the complicated head and tail hacking, you could just simply do: Read Strings from raw text file... mfvtlist.txt Note that the following...
1189 Bartek Plichta
plichtab Offline Send Email
Apr 8, 2004
3:40 pm
Hi Alan, Try using this script. Hope it works for you. directory$ = "E:\temp\out\" Create Strings as file list... file_list 'directory$'* nstrings = Get number...
1190 SASWATA DAS
saswat8085 Offline Send Email
Apr 8, 2004
5:31 pm
hi if u r using linux then u can do it in a script like this: system_nocheck rm -r <directory name> <write operation> ............... so if the dir exists it...
1191 Paul Boersma
paulboersma Offline Send Email
Apr 8, 2004
8:40 pm
... In a Praat script on Unix/Linux/MacOSX: system rm /myDirectory/* In a Praat script on Windows: system del d:\myDirectory\*.* -- Paul Boersma Institute of...
1192 Karen
karen24276 Offline Send Email
Apr 8, 2004
11:41 pm
If you have 2 sounds that are the same power/amplitude, is it possible to modify one sound so that it is 10dB louder than the other?...
1193 Jen Lai
yuwen_222 Offline Send Email
Apr 9, 2004
7:12 am
feels like it is time for me to pay it forward. After Paul and Mietta's help, I was able to put all the things together and finish all the analysis within...
1194 j_keidel Offline Send Email Apr 9, 2004
4:18 pm
I sent this to the original poster but I thought it might be useful to others as well: clearinfo fID = selected("Sound",1) fName$ = selected$("Sound",1) sID =...
1195 Paul Boersma
paulboersma Offline Send Email
Apr 10, 2004
7:17 pm
... select the Sound that has to become less loud, choose "Multiply..." from the Modify menu, and type 1/sqrt(10) for the multiplication factor. (if instead...
1196 Robert Hamilton
seedpress Offline Send Email
Apr 10, 2004
8:21 pm
I understand that sendpraat will work with Unix; inasmuch as Linux is a "free" type of Unix, will sendpraat also work as a console(?) under Linux?...
1197 Robert Hamilton
seedpress Offline Send Email
Apr 10, 2004
8:29 pm
Is the articulatory synthesis package in PRAAT capable of accepting scripted commands via sendpratt fast enough to be used as a realtime articulatory speech...
1199 featherwire Offline Send Email Apr 11, 2004
8:13 pm
Please help! I made the mistake of trying out the Praat plugin Akustyk. It's messed up my Praat configuration so I want to get rid of it, but I CAN'T. There...
1200 Katherine Crosswhite
kkmmaacc Offline Send Email
Apr 11, 2004
8:13 pm
Dear Gary, I'm not familiar with "Pitch Listing", maybe it's a new feature (I haven't downloaded the latest version of Praat yet). In any event, it sounds...
1201 Luca L. Bonatti
llucabo Offline Send Email
Apr 11, 2004
8:22 pm
Hello, this is only indirectly related to Praat, but I would appreciate if anybody had any suggestions. I have a series of sounds containing pure tones...
1202 hosier_82 Offline Send Email Apr 11, 2004
8:22 pm
Hi. I was wondering, does anyone have a basic presentation on how to teach students to use Praat (basic functions), either in word or Power Point? Thanks, ...
1203 anguadn Offline Send Email Apr 11, 2004
8:23 pm
I am running Praat 4.2 on a Mac OS10.3. I recently tried to add some keyboard shortcuts using the Keyboard menu from System Preferences. The shortcuts appear...
1204 me
hosier_82 Offline Send Email
Apr 11, 2004
8:23 pm
Hello. I a new Praat user, and I was told that there is a way to have Praat "read" a wave file and turn it into text that is spelled out Phonetically using...
Messages 1174 - 1204 of 5946   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