Difference between revisions of "Praat scripts"

From Phonlab
Jump to navigationJump to search
(Created page with "Here are some Praat scripts that have proven useful for various research projects.")
 
 
Line 1: Line 1:
 
Here are some Praat scripts that have proven useful for various research projects.
 
Here are some Praat scripts that have proven useful for various research projects.
  +
  +
{| class="sortable wikitable" width="100%"
  +
! align="left" | Script
  +
! align="left" | Description
  +
! align="left" | Input
  +
! align="left" | Output
  +
! align="left" | Saves to disk?
  +
! align="left" | Maintainer
  +
! align="left" | Date modified
  +
|-
  +
| [[Media:Concatenator.praat]] || Combines a bunch of small .wav files into one longer sound file. Useful for feeding into the text aligner. || Directory of sound files || Sound file, text file || Yes || Jevon Heath || 2014-4-14 ||
  +
|-
  +
| [[Media:Extract_iterations.praat]] || Searches a TextGrid tier for a given word, then extracts a particular occurrence of that word from the sound file. || Selected Sound and TextGrid || Sound file || No || Jevon Heath || 2014-4-7 ||
  +
|-
  +
| [[Media:Extract_wavs_from_sound.praat]] || Creates new sound files from non-empty intervals of a TextGrid tier. || Selected Sound and TextGrid || Sound files || Yes || Jevon Heath || 2014-3-28 ||
  +
|-
  +
|}

Latest revision as of 16:50, 4 October 2014

Here are some Praat scripts that have proven useful for various research projects.

Script Description Input Output Saves to disk? Maintainer Date modified
Media:Concatenator.praat Combines a bunch of small .wav files into one longer sound file. Useful for feeding into the text aligner. Directory of sound files Sound file, text file Yes Jevon Heath 2014-4-14
Media:Extract_iterations.praat Searches a TextGrid tier for a given word, then extracts a particular occurrence of that word from the sound file. Selected Sound and TextGrid Sound file No Jevon Heath 2014-4-7
Media:Extract_wavs_from_sound.praat Creates new sound files from non-empty intervals of a TextGrid tier. Selected Sound and TextGrid Sound files Yes Jevon Heath 2014-3-28