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 3798 - 3827 of 4564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3798
Hi everyone, I've written a java program that first sends a script to praat over a socket using the sendpraat command. Praat will then send data back x times...
jklane_01
Offline Send Email
Jul 4, 2008
3:07 pm
3799
Hi praat-users, I would like to know if anyone has a script that annotates utterances. I don't care to transcribe it, just to annotate if there is sound or ...
david780216
Offline Send Email
Jul 4, 2008
3:07 pm
3800
Because I need to read and manipulate textgrids in Perl quite often, I wrote a Perl module like script to do exactly this. It can insert/delete/move tiers,...
epperdeflep
Offline Send Email
Jul 4, 2008
3:07 pm
3801
Hi, I have included a new button in my SoundEditor window (via an Editor script) that writes a range of analyses to the info window (similar to the 'Voice...
felixschaeffler2000
felixschaeff...
Offline Send Email
Jul 4, 2008
3:08 pm
3802
... info$ = Editor info name$ = extractLine$ (info$, "Editor name: ") -- Paul Boersma Phonetic Sciences, University of Amsterdam Spuistraat 210, room 303 ...
Paul Boersma
paulboersma
Offline Send Email
Jul 4, 2008
11:12 pm
3803
I will be out of the office starting 02.07.2008 and will not return until 14.07.2008. E-Mails will not be forwarded automatically. / I will have limited...
j.siegmund@...
schunt1
Offline Send Email
Jul 5, 2008
7:47 am
3804
Dear Praat users, has anybody created a script for automatic burst detection? I am trying to find a way to distinguish between pauses and the silent phases of ...
Katalin Mady
uborrr
Offline Send Email
Jul 7, 2008
4:37 pm
3805
I am trying to get a histogram of F0 values in a musical passage using the method of obtaining a tonagram given in: ...
cjdgb
Offline Send Email
Jul 8, 2008
4:57 pm
3806
Dear all, I'm building an ID experiment and would like to have an instruction as Start Text which is longer than one sentence. It's probably obvious, but does...
Ellen Simon
elleninbritain
Offline Send Email
Jul 12, 2008
8:30 am
3807
Hi, I'm trying to write a script which will get me pitch and intensity values at the midpoint of a selection, but don't know what should go in the...
chookita
Offline Send Email
Jul 12, 2008
8:30 am
3808
Dear David There's a good pause-marking script by Mietta Lennes (which I've used in the past): ...
Damien Hall
hall_damien
Offline Send Email
Jul 12, 2008
8:31 am
3809
FROM: mariongc@... DATE: Fri, 11 Jul 2008 01:20:39 -0000 SUBJECT: get f0, intensity at midpoint Hi, I'm trying to write a script which will get...
Daniel Hirst
daniel_hirst
Offline Send Email
Jul 12, 2008
8:36 am
3810
Subject: detecting turn-taking pauses Dear David There's a good pause-marking script by Mietta Lennes (which I've used in the past): ...
Daniel Hirst
daniel_hirst
Offline Send Email
Jul 12, 2008
8:38 am
3811
From: "helenkaiser2000" <helenkaiser@...> Date: 5 juillet 2008 16:43:47 HAEC To: praat-users@... Subject: ba-da-continuum with natural...
Daniel Hirst
daniel_hirst
Offline Send Email
Jul 12, 2008
8:39 am
3812
... To see what goes in those fields, just consult the settings windows. Thus, when you select a Pitch, and then choose "Get value at time..." from the Query...
Paul Boersma
paulboersma
Offline Send Email
Jul 12, 2008
12:06 pm
3813
Hi, What happens when one run the pitch algorithm on instrumental + vocal music? Seems like the contour get corrupted somehow. The result was very few pitch...
stromhau
Offline Send Email
Jul 14, 2008
6:20 pm
3814
... The pitch analysis algorithm will not work if multiple fundamental frequencies occur at the same time. ... Make sure that the pitch range of the analysis...
Paul Boersma
paulboersma
Offline Send Email
Jul 14, 2008
6:55 pm
3815
Ok, thank you very much for your answer. I do however want some details as this corruption could make some bennefits for my task. Is it so that if it is two...
stromhau
Offline Send Email
Jul 17, 2008
1:25 pm
3816
Hello, I've been trying to create a series of numeric variables with pitch values (from points on a TextGrid) mimicking an array. However, assigning the...
megzellers
Offline Send Email
Jul 18, 2008
2:25 pm
3817
After my message about Mietta Lennes' pause-detector, Jean-Philippe Goldman ... No, not personally - I did that experiment before 2006, so I've had no reason...
Damien Hall
hall_damien
Offline Send Email
Jul 18, 2008
2:26 pm
3818
Hi all, I am working on PRAAT for extracting F1, F2, F3 and F0 from very large number of .wav file and then write them manually in excle sheet. Is there anyway...
pawan singh
pawan_iit_m
Offline Send Email
Jul 18, 2008
2:26 pm
3819
I would like to set up an experiment in which subjects hear one utterance, and then have to adjust the pitch and/or duration of a certain syllable in a second...
Ruth Galloway
funkylinguist
Offline Send Email
Jul 18, 2008
2:26 pm
3820
... both are possible. If the two pitches are almost harmonically related, e.g. they are 305 and 405 Hz, then you'll get a pitch value that reflects that...
Paul Boersma
paulboersma
Offline Send Email
Jul 18, 2008
5:25 pm
3821
Dear Meg, although you didn't post your print statement, that's almost certainly the cause of your problems. Nested evaluation is not possible, which is why...
psibre
Offline Send Email
Jul 19, 2008
2:11 pm
3822
Dear Pawan, 1) To run batch analyses, see the Manual under "Create Strings as file list...". 2) For formant analysis, create a Formant object from your Sound....
psibre
Offline Send Email
Jul 19, 2008
2:55 pm
3823
... Try this: select TextGrid Name j = Get number of points... 6 for n from 1 to j select TextGrid Name ftime = Get time of point... 6 n select Pitch Name ...
Paul Boersma
paulboersma
Offline Send Email
Jul 19, 2008
9:30 pm
3824
Dear Meg, You could create an Table object, set the f0 values there and then ask the mean of a column. select TextGrid Name j = Get number of points... 6 ...
Pärtel Lippus
partel77
Offline Send Email
Jul 22, 2008
5:38 pm
3825
Hello, everyone, I've been working for some years with Praat and something different, and strange, is happening now. I work with long sound files at the ...
isaviscardi
Offline Send Email
Jul 23, 2008
12:20 pm
3826
I am doing an analysis for which a quick measure of spectral slope would be useful. The Ltas command "Compute trend line..." looks like it does what I want it...
Bugnut
tim_bugnut
Offline Send Email
Jul 25, 2008
2:18 pm
3827
Hi, I downloaded praat4424_sources and while compiling I got the errors below, Compiling... main_Praat.cpp c:\program files\microsoft visual...
hncsbei
Offline Send Email
Jul 28, 2008
4:58 am
Messages 3798 - 3827 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