Description Usage Arguments Details Value Examples
View source: R/divime_fullnoisemes.R
run the DiViMe noisemesFull SAD module
1 2 | divime_fullnoisemes(audio_loc, divime_loc, 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 a VM |
vmstart |
logical, perform a check whether the VM is running and if not start it up (by default |
vmshutdown |
logical, should the VM 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 |
in contrast to divime_sad()
this function returns all the different noiseme classes
a data.frame with the locations of the created rttm files and some diagnostics
1 2 3 4 5 6 | ## Not run:
audio_loc <- "~/Desktop/test_audio/smallfiles/"
divime_loc <- "/Volumes/Data/VM2/ooo/DiViMe"
res <- divime_fullnoisemes(audio_loc = audio_loc, divime_loc = divime_loc, vmshutdown = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.