Hywel Stoakes
31/08/2017
Emu is a speech database management system:
Once R and Rstudio are installed:
install.packages("emuR")
To load the library, use:
library("emuR")
create_emuRdemoData()
followed by
ae = load_emuDB(file.path(tempdir(), "emuR_demoData", "ae_emuDB"))
sl = query(ae, "Phonetic == n")
td = get_trackdata(ae, sl, onTheFlyFunctionName = "forest")
Serve emuDB to EMU-webApp for annotation / visual inspection -
serve(ae)
For a more explicit introduction see
vignette("emuR_intro")
TBA