G.711 (u-law) Audio Decoding¶
G.711 is a narrowband telephony audio codec that represents 8 kHz speech as 8-bit companded PCM. The u-law variant is commonly used in North America and Japan.
This sample shows how to decode a G.711 u-law audio file to uncompressed LPCM/WAV output with Transcoder::run.
G.711 u-law Decoder (Run) - Decode G.711 u-law audio to uncompressed LPCM/WAV output with Transcoder::run.