Questions tagged [praat]

Praat is a free scientific software program for the analysis of speech in phonetics.

Praat is a free scientific software program for the analysis of speech in phonetics. It has been designed and continuously developed by Paul Boersma and David Weenink of the University of Amsterdam. It can run on a wide range of operating systems, including various Unix versions, GNU/Linux, Mac and Microsoft Windows (95, 98, NT4, ME, 2000, XP, Vista). The program also supports speech synthesis, including articulatory synthesis.

From http://en.wikipedia.org/wiki/Praat

https://github.com/praat/praat

116 questions
0
votes
1 answer

praat - delete segment

I have several speech files and I need to cut a certain part of the sound file, from 0.21 milliseconds to 0.45 milliseconds. The script below will select the sound segment from 0.21 milliseconds to 0.45 milliseconds and save it. I want to cut the…
0
votes
1 answer

How to save manipulated WAV files in object list?

I have the following problem: I want to low-pass filter 240 WAV files. The script is running only till the low-pass filtered sounds are created and shown in the object list ("..._band"). However, Praat does not export them as WAV files. After…
username
  • 3
  • 3
0
votes
1 answer

How to save WAV file with script in praat?

I try to save a praat sound object to wav file. There is no problem when I do it in GUI. But it complains "Sounds not concatenated and not saved" in script. Does anyone know why? Here is the command line output: ~/Downloads$…
Cameron Wong
  • 68
  • 10
0
votes
0 answers

Praat script files are not running

I have installed praat and its working manually, but when I write any script and run it, it is showing errors. I have tried a simple command as follows: writeInfoLine: "hello, world!" and it's giving me following Error: Unknown symbol: «…
0
votes
1 answer

How do I print data with commas separating each element in praat script

How do I print data with commas separating each element in praat script I've used here just tab$ but I want to replaced by comma my statement is: resultline$ = soundname$+tab$+label$ + tab$ +"'pitchmax:6''tab$''pitchmin:6' 'tab$' 'pitchmean:6'…
muna
  • 3
  • 4
0
votes
1 answer

how to edit the result of praat script?

I have praat script which give me information about intensity of sound, and the result will be in text file but the result does not seem good and messy ? can any one help me to make equal spaces between the columns so I can see every column…
muna
  • 3
  • 4
0
votes
1 answer

extracting either two or one intervals in a tier

I'm new to praat scripting so bear with me: I have a for loop set up and I want to extract data from three tiers. My first two tiers work beautifully but I'm having trouble with the third tier. So in the third tier, at a given point in the loop,…
Dan
  • 11
  • 3
0
votes
0 answers

Trouble compiling praat on Windows with cygwin - internal compiler error

I'm attempting to compile Praat (http://www.fon.hum.uva.nl/praat/) with Cygwin. I tried following the instructions on the GitHub page (https://github.com/praat/praat). When I run 'make', several files compile with no problem, but then I…
jcgrowley
  • 709
  • 1
  • 8
  • 21
0
votes
1 answer

Capture Praat error messages resulting from sendpraat command in Python

You can start an instance of Praat and then use sendpraat.exe to send GUI commands to it. So, if you have Praat running in the background, the following command will cause it to read in a local mysound.wav file as a Sound object: sendpraat praat…
user2034412
  • 4,102
  • 2
  • 23
  • 22
0
votes
1 answer

Argument by value not being passed in Praat

I have made a procedure in Praat script which looks like this: procedure segment_allowed: .segment$ appendInfoLine: "The argument I got was: ", .segment$ .yes = 0 for i from 1 to allowed_segments_size if allowed_segments$[i] =…
Ali
  • 2,228
  • 1
  • 21
  • 21
0
votes
1 answer

Multiple outputs with a for loop in praat

I have a script where I have multiple folders each with three audio files in them ID#_1, ID#_2, and ID#_3. The user can input a string of different ID#s, one after the other, and then the script recognizes the different IDs and runs the code for…
Fancyvase
  • 3
  • 3
0
votes
2 answers

How to get specific frequency and time values for .wav file and export the values as .csv

I am new here, so sorry in advance if I make any mistakes! Problem: I need to analyze this music .wav file, particularly for its frequency, amplitude, and pitch over specific intervals of time. Is there any easy to use software and steps I can take…
0
votes
1 answer

how to incorporate praat script into webpage/database

I'm creating a web page, with a database already designed and functioning, that uses JavaScript to record users' audio and save it's storage path to the database. I'm using praat scripts to analyse this speech and so far it works offline…
aoifedeb
  • 31
  • 4
0
votes
1 answer

Insert Column In PRAAT

In Praat, I need to write a script where I can create a table with multiple column. And then also insert data into those column. Please let me know how to do it?
Odrisso
  • 1
  • 1
0
votes
1 answer

Extracting timing of separate words from a continuous wav file

I have a long wav file with the repetition of the same syllable (/da/). I recorded two channels in the audio file: Top - Speech signal Bottom - Triggers occurring when the syllable was produced I saved the timing of triggers in another file but now…
epo3
  • 2,991
  • 2
  • 33
  • 60