Description Usage Arguments Value See Also Examples
Returns total duration. If tier index is specified, it returns duration of the tier, if it is not specified, it returns total duration of the TextGrid.
1 | tg.getTotalDuration(tg, tierInd = 0)
|
tg |
TextGrid object |
tierInd |
[optional] tier index or "name" |
numeric
tg.getStartTime
, tg.getEndTime
1 2 3 | tg <- tg.sample()
tg.getTotalDuration(tg)
tg.getTotalDuration(tg, "phone")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.