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