The goal of wavfeatures
is to extract features of a .wav
file. For
now, it is just the syllable nuclei.
You can install the development version of wavfeatures like so:
remotes::install_github("tysonstanley/wavfeatures")
This is a basic example:
library(wavfeatures)
get_syllables_ps(path)
Can use other arguments to control the calculations
get_syllables_ps(path, threshold = -30, keep_intermediates = TRUE)