snd.getPointIndexHigherThanTime {rPraat} | R Documentation |
Returns index of sample which is nearest the given time from right, i.e.
time
<= sampleTime.
snd.getPointIndexHigherThanTime(snd, time)
snd |
Sound object |
time |
time which is going to be found in samples |
integer
snd.getPointIndexNearestTime
, snd.getPointIndexLowerThanTime
snd <- snd.sample()
snd.getPointIndexHigherThanTime(snd, 0.5)