phonfieldwork (version 0.0.10)

pitch_to_df: Praat Pitch tier to dataframe

Description

Convert a Praat Pitch tier to a dataframe.

Usage

pitch_to_df(file_name, candidates = "")

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

Value

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

Examples

Run this code
# NOT RUN {
pitch_to_df(system.file("extdata", "test.Pitch", package = "phonfieldwork"))
# }

Run the code above in your browser using DataCamp Workspace