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