powered by
Reads a ESPS/Old Wavesurfer style annotation file and returns a data.frame with times and lables
readESPSAnnotation(File, Encoding)
Name (with full path, if not in wd) of the annotation file
Encoding of the annotation file. Typically encodings are "ACSII","UTF-8" or "UTF-16"
A data.frame with $Output for the lable $start and $end time of the lable.
# NOT RUN { # } # NOT RUN { # Assume that NameOfAnnotation is encoded in "UTF-8" Data=readESPSAnnotation("NameOfTextGrid","UTF-8") # }
Run the code above in your browser using DataLab