pub fn convert_s32_to_s16(data: &[u8]) -> Vec<i16>Expand description
Convert signed 32-bit little-endian PCM to signed 16-bit PCM
Discards the lower 16 bits of each 32-bit sample.
pub fn convert_s32_to_s16(data: &[u8]) -> Vec<i16>Convert signed 32-bit little-endian PCM to signed 16-bit PCM
Discards the lower 16 bits of each 32-bit sample.