Description Usage Arguments Details Value
View source: R/divime_wordcount.R
run the DiViMe word count estimator
1 2 3 |
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 |
... |
further arguments for |
speech_annos
needs to be one of the following: "noisemes"
, "opensmile"
, "tocombo"
, "yunitator_old"
or "yunitator_english"
. The first three can be obtained from divime_sad
and the latter two from divime_talkertype
.
In case you choose speech_annos = "yunitator_english"
you might not get results unless you append your source audio file with some silence. This can be done inside the function here, and requires you setting two additional arguments to divime_wordcount
: appendsilence = 5
adds 5 seconds of silence, and pathtosox=
requires the location of sox
. See copy_audio
and set_binaries
for more details.
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.