readESPSAnnotation: Reads a ESPS/Old Wavesurfer style annotation file and returns...

Description Usage Arguments Value Author(s) Examples

Description

Reads a ESPS/Old Wavesurfer style annotation file and returns a data.frame with times and lables

Usage

1

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

1
2
3
4
5
       ## Not run: 
       # Assume that NameOfAnnotation is encoded in "UTF-8"
       Data=readESPSAnnotation("NameOfTextGrid","UTF-8")
       
## End(Not run)

AcousticNDLCodeR documentation built on May 2, 2019, 3:01 a.m.