pub fn vec_ring_write(buf: &mut [f32], pos: &mut usize, src: &[f32])
Write src into circular buffer buf starting at *pos, wrapping at buf.len(). Advances *pos by src.len().
src
buf
*pos
buf.len()
src.len()