Description Usage Arguments Details Value
View source: R/divime_classify_vox.R
run the DiViMe vocalization classification module vcm
1 2 3 |
audio_loc |
character, path to the audio files |
divime_loc |
character, path to the DiViMe directory with running VM |
marvinator |
logical, look for Marvin's version of yunitator results, by default |
vmstart |
logical, perform a check whether the VM is running and if not start it up (by default |
vmshutdown |
logical, should the VM be shut down after the operations are done (by default |
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 |
The marvinator=
argument determines which kind of yunitator file is looked for. If TRUE
the file looked for is 'yunitator_english_X.rttm', where X is the name of the underlying audio file (which is the result of divime_talkertype(..., marvinator = TRUE)
). If FALSE
the file looked for is 'yunitator_old_X.rttm' (which is the result of divime_talkertype(..., marvinator = FALSE)
). If the respective file is not found, the function aborts.
The name of the resulting output also depends on the marvinator=
argument. If FALSE
, the output is 'vcm_X.rttm' and if TRUE
it is 'vcm_marvinator_X.rttm'. Note that the latter is different from the behaviour of the underlying script vcm.sh
, which in both cases returns the same output file name. I made this modification to avoid mix-ups.
a data.frame with the locations of the created rttm files and some diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.