voice_gravy: Main function of the voice gravy package

Description Usage Arguments Details Value

View source: R/main.R

Description

An attempt of reimplementation of http://www.phonetics.ucla.edu/voicesauce/ using R packages

Usage

1
voice_gravy(wav_path, result_type = "tibble")

Arguments

wav_path

path to wav file that is to be processed. Currently only uncompressed mono .wav files are supported.

result_type

specify type of returned object. Current values are:

  • tibble (== default)

  • AsspDataObj (the main in-memory object of the wrassp package which can be saved to disk using the wrassp::write.AsspDataObj()) function.

Details

The measures currently computed are:

where (*) indicates that the harmonic/spectral amplitudes are reported with and without corrects for formant frequencies and bandwidths.

Value

object of type specified with result_type


IPS-LMU/voicegravy documentation built on Aug. 9, 2020, 8:54 p.m.