Function audio_codec_algorithms::decode_ulaw
source · pub fn decode_ulaw(encoded: u8) -> i16Expand description
Decodes a 8-bit encoded G.711 μ-law value to a linear 16-bit signed integer sample value.
pub fn decode_ulaw(encoded: u8) -> i16Decodes a 8-bit encoded G.711 μ-law value to a linear 16-bit signed integer sample value.