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
3
votes
1 answer

Praat Script :: Printing Frequency Output

I am interested in using Praat for some bulk analysis of a few hundred .wav audio samples (around 10 seconds each). Is it possible for Praat to analyze all files in a directory, "get pitch" for each file (or get voice report), and print all these…
Clint M
  • 31
  • 1
2
votes
1 answer

Praat script to remove specific boundaries

I'm wondering if there is any Praat script available that removes boundaries between two specific segments in a specific Tier. For example, if Tier1 contains a word such as cars, and Tier2 contains the corresponding segments |k|ɑː|r|z|. How can I…
Dallak
  • 23
  • 1
  • 5
2
votes
2 answers

ImportError: cannot import name 'quote' from 'urllib' (/usr/lib/python3.7/urllib/__init__.py)

i am using praat from parselmouth in gooogle colab and i am getting this error when importing from parselmouth.praat import call /usr/local/lib/python3.7/dist-packages/parselmouth/adapters/dfp/interface.py in () 15 from datetime import…
Mohamed Amine
  • 340
  • 1
  • 4
  • 16
2
votes
2 answers

how to open praat from a praatscript

I would like to allow a praatscript to open the the praat object line. This would allow me to open praat and then automatically allow the script to load objects into the object window. for example the script run_something.praat 1.wav 1.TextGrid 0.1…
badner
  • 768
  • 2
  • 10
  • 31
2
votes
2 answers

Praat: Get formant intensity

I have a praat script that extracts formant information from a folder of wavefiles: clearinfo min_f0 = 75 max_f0 = 350 directory$ = "./soundfiles/" outputDir$ = "./test/" strings = Create Strings as file list: "list", directory$ +…
Christopher Brown
  • 537
  • 1
  • 5
  • 14
2
votes
2 answers

Running praat on remote ubuntu server

I am working for a web application using praat features. I have written a script for that and it is working fine in ubuntu. But now i want to run these .praat scripts in a remote ubuntu server and I have already installed praat but when I run praat…
2
votes
1 answer

How to run Voice Report in a Praat script for a specific part of the sound?

I'm new to Praat scripting and I'm trying to extract Voice Report, but for a specific start/end time in the sound file instead of the whole file. From the handbook, this example is given: voiceReport$ = Voice report: 0, 0, 75, 500, 1.3, 1.6, 0.03,…
Bora B.
  • 175
  • 2
  • 7
2
votes
1 answer

Using Praat scripting, how can I split a wav file by silence and then concatenate the speech clips into smaller wav files?

I'm working on a Praat script to: 1- open a wav file 2- split the wav file based on silences 3- concatenate the intervals based on duration, so that the new wav segment files are <= 15 seconds each 4- write new wav segments to separate wav…
2
votes
2 answers

Praat script to export all possible data about audio

Maybe someone has the Praat script, which can get all possible information about the Audio file (pitches, formats, intensity)?.
bobah75
  • 3,500
  • 1
  • 16
  • 25
2
votes
1 answer

Praat combining two tiers into one tier

I have two tiers within a textgrid and I'd like to combine them into one tier. Each tier is a different speaker. The intervals within each tier don't overlap. Is this possible? I've seen a lot of Praat scripts that will merge or concatenate but…
user2743
  • 1,423
  • 3
  • 22
  • 34
2
votes
2 answers

R Dynamic split/subset of dataframe by selected rownumbers- Parsing textgrid praat

I am trying to process a "segmentation file" called .TextGrid (generated by Praat program). ) The original format looks like this: File type = "ooTextFile" Object class = "TextGrid" xmin = 0 xmax = 243.761375 tiers? size = 17 item []:…
prosodis
  • 55
  • 1
  • 7
2
votes
1 answer

Pitch modification in praat

I want to modify the pitch at two different parts of a wav file. To do that , i have the information of starting time and ending time from the corresponding textgrid file of the wav file. Is it possible to modify the pitch at two parts.
U-571
  • 519
  • 2
  • 7
  • 23
2
votes
1 answer

Praat scripting: creating a text file

just working with Praat at the moment, and I'm trying to write a script to do the following with a collection of 3 Sound (narrative) files. I've managed as far as c), the scripting part is relatively easy. What I don't get is how to write it to a…
user1374310
  • 303
  • 2
  • 5
  • 12
1
vote
0 answers

Use Praat to get maximum and minimum pitch in a CSV

I have a lot of wav files and I need to get the maximum and minimum pitch. How can I alter this script to get this info? I have tried to do this with max = Get maximum but this hasn't worked. form Process files... sentence Path…
aliencode
  • 49
  • 4
1
vote
0 answers

Combine two Praat textgrid file

We have multiple people working on the same textgrid file and would like to combine it into a larger one. The textgird file has eight tiers. I would like to combine the textgrids files without messing up the tiers. I would like to do something like…
1
2 3 4 5 6 7 8