Codeberg logo

Resources1 for
Praat: doing phonetics by computer

Rob van Son, Netherlands Cancer Institute

Where to get praat: Praat.org

Community: Praat-Users-List for all your questions and answers

GitHub page: Praat · GitHub


    Below you find descriptions of the items in the tooltips (hover over the link)

Essentials

  1. Praat Basics: Introduction to the Software by Joey Stanley & Lisa Lipani - University of Georgia
  2. Praat tutorial by Maria Gouskova - New York University
  3. Segmentation and Annotation in Praat by Aletheia Cui - University of Pennsylvania
  4. Praat Course by Fernanda Barrientos (scripting)
  5. Scripting at Praat.org (scripting reference)
  6. Speech Signal Processing with Praat (PDF) by David Weenink (Advanced materials, 328 pages)

Introductions

Tutorials

Scripting

Script repositories

Special projects

Praat from Python

Useful speech corpora



  1. Praat resources is available at: GitHub, Codeberg, GitLab, SourceForge↩︎

  2. Installing a Whisper model for Praat is also easy on a Mac from the terminal
    Install wget with Homebrew
    brew install wget
    Open a terminal window and issue the following commands:
    mkdir -p ~/Library/Preferences/Praat\ Prefs/models/whispercpp/
    cd ~/Library/Preferences/Praat\ Prefs/models/whispercpp/
    wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny-q5_1.bin
    cd -
    ggml-tiny-q5_1.bin” can be replaced by the model of your choice.↩︎