divime_talkertype: run the DiViMe talker type module (yunitate)

Description Usage Arguments Details Value

View source: R/divime_talkertype.R

Description

run the DiViMe talker type module (yunitate)

Usage

1
2
3
divime_talkertype(audio_loc, divime_loc, marvinator = FALSE,
  vmstart = TRUE, vmshutdown = TRUE, messages = TRUE,
  overwrite = FALSE)

Arguments

audio_loc

character, path to the audio files

divime_loc

character, path to the DiViMe directory with a VM

marvinator

logical, run Marvin's version of yunitator, by default FALSE (for backwards compatibility)

vmstart

logical, perform a check whether the VM is running and if not start it up (by default TRUE). Turning this off, will speed up the function a little bit, but requires that you are sure that the VM is indeed running in divime_loc.

vmshutdown

logical, should the VM shut down after the operations are done (by default TRUE)

messages

logical, should the file names of each processed file be printed

overwrite

logical, should output files be overwritten if they already exist (default is FALSE)

Details

If marvinator = TRUE then the output file will be 'yunitator_english_X.rttm', where 'X' is the file name of the audio file. If marvinator = FALSE, then the resulting file will be named 'yunitator_old_X.rttm'.

Value

a data.frame with the locations of the created rttm files and some diagnostics


gobbios/avutils documentation built on Feb. 19, 2020, 9:44 a.m.