News

exists for some years now—I can't remember exactly how long. However, it was not until recently that I came up with the idea of informing visitors about new content on the site… Voilà:

Recipes
January 2025

I added a section with Praat scripting recipes: a loose collection of code snippets for more or less typical tasks. The first recipes are about collecting files in a list for further analysis and about accelerating complex analyses in large corpora with the help of Python and parallel processing.

→ Recipes
Example Script
January 2023

The new session 14 presents a real-life script, i.e. a script that does something useful and that combines (almost) all the bits and pieces discussed in this tutorial. The basic operation of the script is introduced in the first part. In the second part, a detailed explanation guides you through every step of the script.

→ Introduction → The Script
Advanced Concepts
November 2021

Advanced concepts of the Praat scripting language like arrays, vectors, matrices, and procedures are introduced in the new session 13.

→ Arrays & Vectors → Procedures