Function rubato::buffer_length

source ·
pub fn buffer_length<T: Sample>(buffer: &[Vec<T>]) -> usize
Expand description

Convenience method for getting the current length of a buffer in frames. Checks the length of the vector for each channel and returns the smallest.