add2elan: add DiViMe SAD annotations to ELAN file

Description Usage Arguments Details Value

View source: R/add2elan.R

Description

add DiViMe SAD annotations to ELAN file

Usage

1
2
add2elan(elanfile, audiofile, tocombo = NULL, noisemes = NULL,
  opensmile = NULL, noisemesFull = NULL, yuni = NULL)

Arguments

elanfile

character, path to elan file

audiofile

character, path to audio file

tocombo

character, path to tocombo rttm (optional)

noisemes

character, path to noisemes rttm (optional)

opensmile

character, path to opensmile rttm (optional)

noisemesFull

character, path to noisemesFull rttm (optional)

yuni

character, path to yunitator_english rttm (optional)

Details

This is bascially a wrapper for rttm2elan, which takes care of homogenizing the format of .rttm files when they come from different sources (ELAN and DiViMe tools).

Note also that this function can take a long time to finish (due to the conversion from an intermediate .rttm file to ELAN .eaf).

Value

a file is created in the same location as audiofile and the path to it is returned as character


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