Praat, the famous GUI program for doing speech analysis and synthesis is part of Debian. This website provides an APT repository with the Debian packages for Praat that works in the stable (a.k.a “trixie”) distribution, for recent upstream versions and for the amd64 and i386 architectures.
Available versions (only shown below in Javascript-enabled browsers):
amd64: | ??? |
i386: | ??? |
For installing the package, run the following command:
echo "deb http://praat.cefala.org/ trixie main" | sudo tee /etc/apt/sources.list.d/praat.list
This repository is signed. You should add the public GPG key to your APT configuration, as follows:
wget -O - http://praat.cefala.org/praat.gpg.key | sudo tee /etc/apt/trusted.gpg.d/praat-cefala.asc
Once this is done, run the following commands:
sudo apt update sudo apt install praat/trixie praat-doc/trixie
Problems? Suggestions? Contact rafael AT debian DOT org.
Last updated on 2025-09-06 15:42:40 -03