decode_ulaw

Function decode_ulaw 

Source
pub fn decode_ulaw(bytes: &[u8]) -> Vec<i16>
Expand description

Decode a μ-law byte stream to mono PCM16 samples.