phonfieldwork (version 0.0.13)

pitch_to_df: Praat Pitch tier to dataframe

Description

Convert a Praat Pitch tier to a dataframe.

Usage

pitch_to_df(file_name, candidates = "")

Value

a dataframe with columns: time_start, time_end, frequency and, if candidates = "all", candidate_id and strength

Arguments

file_name

string with a filename or path to the Pitch tier

candidates

Praat Pitch tier contains multiple candidates for each time slice, use the value "all" if you want to get them all

Author

George Moroz <agricolamz@gmail.com>

Examples

Run this code
pitch_to_df(system.file("extdata", "test.Pitch", package = "phonfieldwork"))

Run the code above in your browser using DataLab