Description Usage Arguments Details Value
View source: R/divime_diarization.R
run the DiViMe diarization module diartk
1 2 3 | divime_diarization(audio_loc, divime_loc, speech_annos = "noisemes",
vmstart = TRUE, vmshutdown = TRUE, messages = TRUE,
overwrite = FALSE)
|
audio_loc |
character, path to the audio files |
divime_loc |
character, path to the DiViMe directory with running VM |
speech_annos |
character, what kind of speech detection is available, see details |
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 |
speech_annos
needs to be one of the following: "noisemes"
, "opensmile"
, "tocombo"
or "custom"
. Currently, "custom"
is not yet implemented.
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.