pub fn convert_s24_to_s16(data: &[u8]) -> Vec<i16>Expand description
Convert signed 24-bit little-endian PCM to signed 16-bit PCM
Reads packed 3-byte samples and truncates to 16-bit by discarding the least significant 8 bits.
pub fn convert_s24_to_s16(data: &[u8]) -> Vec<i16>Convert signed 24-bit little-endian PCM to signed 16-bit PCM
Reads packed 3-byte samples and truncates to 16-bit by discarding the least significant 8 bits.