Description Usage Arguments Value See Also Examples
Returns index of interval which includes the given time, i.e.
tStart <= time
< tEnd. Tier index must belong to interval tier.
1 | tg.getIntervalIndexAtTime(tg, tierInd, time)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
time |
time which is going to be found in intervals |
integer
tg.getIntervalStartTime
, tg.getIntervalEndTime
, tg.getLabel
, tg.findLabels
1 2 | tg <- tg.sample()
tg.getIntervalIndexAtTime(tg, "word", 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.