Praat scripting
Posted
by Binaryrespawn
on Stack Overflow
See other posts from Stack Overflow
or by Binaryrespawn
Published on 2010-03-15T22:45:40Z
Indexed on
2010/03/15
22:49 UTC
Read the original article
Hit count: 294
scripting
Hi all, I am trying to write a praat script to do preprocessing on hundreds of speach samples. I need to extract speech features from each sample and feed these as imputs into a feed-forward neural network. I have already constructed the network using math-lab. However, learing to script in praat is proving to be quite a challenge given my time constraints.
Some of my samples are 0.01 to 0.03 seconds in length, I was looking at standardising the duration for all samples using Pitch Synchronous OverLap-Add(PSOLA). However this will be very tedious if I were to do this for every sample.
Is there any script that can read in all of my files and perform the operations in a batch mode? Any guidance will be surelly appreaciated.
Regards.
© Stack Overflow or respective owner