powered by
Returns index of frame which is nearest the given time from left, i.e. frameTime <= time.
time
formant.getPointIndexLowerThanTime(formant, time)
Formant object
time which is going to be found in frames
integer
formant.getPointIndexNearestTime, formant.getPointIndexHigherThanTime
formant.getPointIndexNearestTime
formant.getPointIndexHigherThanTime
# NOT RUN { formant <- formant.sample() formant.getPointIndexLowerThanTime(formant, 0.5) # }
Run the code above in your browser using DataLab