Creates an empty Praat TextGrid in the same folder as a reference sound file. It is possible to manage with predefined number of tiers, their names and their types.
create_empty_textgrid( duration, tier_name = NULL, point_tier = NULL, path, result_file_name = "new_textgrid" )
duration | integer. Duration of the textgrid. If you do not know the duration of your audio file use the |
---|---|
tier_name | a vector that contain tier names. |
point_tier | a vector that defines which tiers should be made point tiers. This argument excepts numeric values (e. g. |
path | path to the directory with soundfiles. |
result_file_name | name of the result and annotation files. |
The function returns no output, just creates a Praat TextGrid in the same folder as a reference sound file.
George Moroz <agricolamz@gmail.com>