readWavesurfer {AcousticNDLCodeR} | R Documentation |
Reads a New Wavesurfer style annotation file and returns a data.frame with times and lables
Description
Reads a New Wavesurfer style annotation file and returns a data.frame with times and lables
Usage
readWavesurfer(File, Encoding)
Arguments
File |
Name (with full path, if not in wd) of the annotation file |
Encoding |
Encoding of the annotation file. Typically encodings are "ACSII","UTF-8" or "UTF-16" |
Value
A data.frame with $Output for the lable $start and $end time of the lable.
Author(s)
Denis Arnold
Examples
## Not run:
# Assume that NameOfAnnotation is encoded in "UTF-8"
Data=readWavesurfer("NameOfTextGrid","UTF-8")
## End(Not run)
[Package AcousticNDLCodeR version 1.0.2 Index]