/voicegravy

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

Primary LanguageROtherNOASSERTION

voicegravy - an R package which is an attempt to port voicesauce to R

write loads of infos here!

For Developers / Beta-Testers

Installation (two alternative methods)

  • either download & extract the package from GitHub. Then install it with the following command:
install.packages("path/to/emuR", repos = NULL, type="source")
  • or install the latest development version from GitHub (preferred method):
library(devtools)
install_github("IPS-LMU/emuR")