pub fn i16_to_bytes(samples: &[i16]) -> &[u8] ⓘ
Convert a slice of i16 PCM samples to raw bytes (zero-copy via bytemuck).