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