pub fn vec_ring_read(buf: &[f32], pos: usize, dst: &mut [f32], offset: usize)
Read dst.len() contiguous samples from circular buffer at pos - offset, wrapping.
dst.len()
pos - offset