pitch_to_df: Praat Pitch tier to dataframe

View source: R/pitch_to_df.R

pitch_to_dfR Documentation

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

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

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

phonfieldwork documentation built on June 22, 2024, 12:19 p.m.