Skip to contents

This function checks the system variables and deduces where Praat is installed. On the OSX platform (Darwin) the Praat app is assumed to exist in the Applications folder, and the actual binary inside of the application package is then used. If not OSX, then the function will search the default search paths for executables set up in the OS. If an explicit path is given, then function will just check whether the executable is actualy present there.

Usage

get_praat(praat_path = NULL)

Arguments

praat_path

A character string containing the path to the executable that the function was able to find (or the executable that the function was able to verify the existance of), or NULL if no Praat executable was found and verified.

Value

A character string containing the path to the executable that the function was able to find (or the executable that the function was able to verify the existance of), or NULL if no Praat executable was found and verified.