Description Usage Arguments Details Value
An attempt of reimplementation of http://www.phonetics.ucla.edu/voicesauce/ using R packages
1 | voice_gravy(wav_path, result_type = "tibble")
|
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:
|
The measures currently computed are:
F0
Formants F1-F4
Formant bandwidths B1-B4
H1(*)
H2(*)
H4(*)
A1(*)
A2(*)
A3(*)
2K(*)
5K
H1(*)-H2(*)
H2(*)-H4(*)
H1(*)-A1(*)
H1(*)-A2(*)
H1(*)-A3(*)
H4(*)-2K(*)
2K(*)-5K
Energy
Cepstral Peak Prominence
Harmonic to Noise Ratios
Subharmonic to Harmonic Ratio
Strength of Excitation
where (*) indicates that the harmonic/spectral amplitudes are reported with and without corrects for formant frequencies and bandwidths.
object of type specified with result_type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.