|
To download the latest version of the Raspberry Pi edition of Praat, click on one of the following compressed archives:
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; in the Terminal window, just navigate to the folder where the executable praat is, then type ./praat (on some systems, clicking the icon could also work, but more often it won’t). 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:
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.
5a. Sound recording does not work
We do not yet support the microphone, but you should be able to get audio output to work by starting up the JACK daemon, for instance:
jackd -d alsa &