parselmouth.praat

parselmouth.praat#

Submodule with functions to call Praat commands and run Praat scripts.

In addition to the Python interface provided in the top-level parselmouth module, this module provides a Python interface to access any Praat command or action through the parselmouth.praat.call function from Python. Moreover, existing Praat scripts can be run through the parselmouth.praat.run and parselmouth.praat.run_file functions.

Note

Any command or script accessing the graphical user interface or other interactive functionality of Praat will not work, since the internal Praat source is in Parselmouth is run in batch mode. This is similar to running a Praat script from the command line (see Praat: “Scripting 6.9. Calling from the command line”).

Functions

call

Call a Praat command.

run

Run a Praat script.

run_file

Run a Praat script from file.