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 search the group for older messages.

Messages

  Messages Help
Advanced
Messages 2317 - 2346 of 4564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2317
Hi, ... Thank you for your answers, BUT I do write a script but only use it for saving the information in order to not have to do it by hand for many files :)...
Elina Helander
elina.helander@...
Send Email
Feb 1, 2006
12:21 pm
2318
When I make experiments with Praat I write all the information in files and then I use C++ programming in order to manipulate the data.. Since you want to...
Georgios Giannopoulos
georgios_gia...
Offline Send Email
Feb 1, 2006
1:02 pm
2319
Dear members of the list, here are some questions I have been making myself: 1. How robust is Praat regarding differences in amplitude which could bias the...
Stefan Crawcour
stephen_craw...
Offline Send Email
Feb 1, 2006
7:10 pm
2320
Hi fellow Praat users, The following piece of code takes a string like "soundFoo.wav" stored in myFile$ variable and turns the variable value into "soundFoo"....
Pablo Arantes
pablozk
Offline Send Email
Feb 3, 2006
2:17 am
2321
... myFile$ = myFile$ - ".wav" ... -- Paul Boersma Institute of Phonetic Sciences, University of Amsterdam Herengracht 338, 1016CG Amsterdam, The Netherlands ...
Paul Boersma
paulboersma
Offline Send Email
Feb 3, 2006
2:25 am
2322
Hi, I have some data in the following format in a txt file: 0 0.6760000000000005 0.6760000000000005 1.2200000000000004 1.2200000000000004 5.692 ......... ...
bulbul20
Offline Send Email
Feb 3, 2006
5:53 am
2323
i have downloaded praat for the purpose of speech synthesis,but from the beginner's manual i could not get any information ,can anybody help me to get started...
shobha shekar
shobhasuri2
Offline Send Email
Feb 3, 2006
6:45 am
2324
I am trying to use Praat to investigate synchrony between musicians but creating scripts is rather new for me. Although it is possible to analyse waveforms...
mark573425
Offline Send Email
Feb 3, 2006
4:35 pm
2325
Dear Mark, A few years ago I wrote a script to do something similar, viz finding stressed vowel onsets in speech. This script was inspired by previous work by...
hquene
Offline Send Email
Feb 4, 2006
12:11 am
2326
The script labels2textgrid.praat, provided some minor modifications to change column order, will do the job. It is available at ...
Piet Mertens
pietmertens
Offline Send Email
Feb 5, 2006
1:44 pm
2327
I have an older version on my portable (4.2.2.1) and wonder if I should delete all traces of the program before running the installer for the latest version -...
stuf.4steven
Offline Send Email
Feb 5, 2006
3:21 pm
2328
Hello all. I am sending my question (bleow) back up to the top with the hope that someone might be able to shed a little light on this for me (or perhaps...
Christopher Moore
moorecd_soc
Offline Send Email
Feb 5, 2006
4:09 pm
2329
... Praat unpacks to a single executable file ("Praat.app"), perhaps on your desktop. You can drag it anywhere, for instance on top of your previous version,...
Paul Boersma
paulboersma
Offline Send Email
Feb 5, 2006
6:20 pm
2330
I am learning scripting. Do we have to create an Ltas object if we wanna get the maximum peak frequency? I tried this: select Spectrum my_sound_spectrogram max...
antonyliu2002
Offline Send Email
Feb 6, 2006
1:14 am
2331
... start with "Info" under Help. However, Praat is not a text-to-speech system. If you want to do synthesis from a voice source and formants, consult the...
Paul Boersma
paulboersma
Offline Send Email
Feb 6, 2006
11:09 pm
2332
The note in the recent Praat 4.4. release mentions that it is now possible to use regular expressions for scripting in many places. Does it include the use of...
Olga Gordeeva
gordygordijnen
Offline Send Email
Feb 8, 2006
9:40 am
2333
Dear All, In the old version of Praat,say 4.4.24, there was a CONTROL tab in the Praat Objects window. Under the tab, there was a function that can...
hi_tingyu
Offline Send Email
Feb 9, 2006
4:26 pm
2334
deal all: I am reading source code of Praat, and convert sound_to_pitch.c to other languages like MATLAB. But I run into a problem, I can't find out any...
¬f©v
infrpz
Offline Send Email
Feb 9, 2006
4:29 pm
2335
... look in sys/Thing.h. -- Paul Boersma Institute of Phonetic Sciences, University of Amsterdam Herengracht 338, 1016CG Amsterdam, The Netherlands ...
Paul Boersma
paulboersma
Offline Send Email
Feb 9, 2006
5:14 pm
2336
Basically, what I want to do is to measure RMS intensity of stop burst and adjacent vowel. These are what I have tried so far. 1. Select sound object and click...
straub245
Offline Send Email
Feb 10, 2006
6:44 am
2337
I am sorry. I want to find definition of struct "sound", but I only find attributes of it by sound.h (i.e. line 37 ~ 49). could any one tell me does any...
¬f©v
infrpz
Offline Send Email
Feb 10, 2006
7:58 am
2338
Hi, I have been trying to use Akustyk with the newest Praat version (4.4.07) but ran into problems: files can not be read nor written by Akustyk routines. I...
silvia lipski
sillispiral
Offline Send Email
Feb 10, 2006
10:13 am
2339
... if you select a Sound and click Info, you get values both in Pascal and in dB. From the Query menu, you can get both as well. The dB values are fine for...
Paul Boersma
paulboersma
Offline Send Email
Feb 10, 2006
11:27 am
2340
Dear all, I'm using Praat 4.4.0.7 static for Linux on an Ubuntu machine. When using "Write selection to WAV file" a wav file is created, which can be played...
John Wiedenhoeft
wiedenhoeft@...
Send Email
Feb 10, 2006
2:35 pm
2341
... this should happen only if the duration of the selection is zero, i.e. if you have a cursor rather than a selection. However, in that case the menu command...
Paul Boersma
paulboersma
Offline Send Email
Feb 10, 2006
9:09 pm
2342
sorry, my fault: the sample was less than a second long (one syllable). obviously there are players that cannot handle these short files. it is an odd...
John Wiedenhoeft
wiedenhoeft@...
Send Email
Feb 11, 2006
2:31 pm
2343
Can somebody give a few lines of sample codes? Thanks a lot!...
soming26
Offline Send Email
Feb 11, 2006
10:03 pm
2344
... I don't know if exist an automatic method to do this conversion because the interval-tier is different that the point tier. In the point tier we have...
Georgios Giannopoulos
georgios_gia...
Offline Send Email
Feb 11, 2006
10:50 pm
2345 Daniel Hirst
daniel_hirst
Offline Send Email
Feb 12, 2006
8:35 am
2346
Oops - somehow the message I intended to post disappeared! ... I don't think there is any direct way to do this. You can do it though by converting the...
Daniel Hirst
daniel_hirst
Offline Send Email
Feb 12, 2006
8:48 am
Messages 2317 - 2346 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