pitchAt

fun pitchAt(timeSeconds: Float): PitchPoint?

The recorded frame nearest timeSeconds, or null when nothing has been recorded. Frames are time-ordered, so this is a binary search — cheap enough to call per audio buffer (e.g. on-pitch clap judging).