Sonix Frames
object SonixFrames
Utilities for converting between frame indices and time (seconds).
In audio processing, pitch detection and feature extraction operate on overlapping frames. A frame index f with hop length h at sample rate sr corresponds to time f * h / sr seconds. This utility converts between the two representations.
See also
Uses frame-based timing internally