Function oddio::frame_stereo

source ·
pub fn frame_stereo(xs: &mut [Sample]) -> &mut [[Sample; 2]]
Expand description

Convert a slice of interleaved stereo data into a slice of stereo frames

Useful for adapting output buffers obtained externally.