Extracts Praat PitchTier from wav object.

extractPitchTier(
  x = "A01",
  res = 0.1,
  fmin = 50,
  fmax = 250,
  stylize = 1,
  wd = getwd()
)

Arguments

x

name of wav file

res

resolution (Praat)

fmin

minimum frequency (Praat)

fmax

maximum frequency (Praat)

stylize

stylize (Praat)

wd

working directory for Praat to use

Value

Runs script in Praat and prints stdout to console.