|
To get the Linux edition of Praat, you either do sudo apt-get install praat, or you get it from Debian, or you compile it yourself (64-bit or 32-bit) from the source code, or you download a 64-bit binary executable (for an Intel64 or ARM64 processor) from this page.
The binary executable requires the gtk-3 and asound libraries on your computer (perhaps also libcanberra-gtk-module).
To download Praat from this page, click on the appropriate compressed archive:
Unpack with gunzip and tar xvf. This will create the executable file praat. You can remove the tar file.
Praat will work fine wherever it is on your disk; just type ./praat or click the icon. If you use Praat for the first time, choose Intro from the Help menu.
If you want to see good phonetic characters, you have to install the Charis SIL and Doulos SIL fonts, for instance from the packages fonts-sil-charis and fonts-sil-doulos on Debian or Ubuntu:
sudo apt install fonts-sil-charis
sudo apt install fonts-sil-doulos
If you cannot install those packages, you can download the two fonts from Summer Institute of Linguistics and follow the installation instructions there.
To run Praat from a terminal window, write a Praat script and specify that script on the command line, optionally with arguments, e.g.:
praat --run playsinewave.praat 377 0.9
For details see Calling from the command line in the Scripting manual.
1. Sound not working?
Audio on Linux is notoriously fragile. Praat either uses PulseAudio or Alsa, and you choose between these with Praat -> Preferences -> Sound playing preferences. If neither option works, the Ubuntu website suggests 16 steps that you may try to get audio to work.
Praat is included in the Debian distribution. To install Praat on your Debian computer, do
aptitude install praat
The Debian package includes a praat-open-files
command that allows opening files from the command line inside a Praat
process that is already running.
Recent upstream versions of the Praat package backported to the stable and testing distributions of Debian are available in an APT repository.