timmahrt / praatIO.js

Javascript library for reading and writing textgrid files
MIT License
15 stars 4 forks source link

Add read raw param to textgrid reading #6

Closed timmahrt closed 4 years ago

timmahrt commented 4 years ago

This adds a readRaw parameter to parseTextgrid().

If true, blank entries will remain in the textgrid. If false--the default--blank entries are removed.