pub fn interleave(pcm: Vec<Vec<f32>>) -> Vec<f32>
Expand description

Interleave de-interleaved PCM data.

111222333 -> 123123123