ArrayBuffer wrapper of muLawToPcm16: μ-law bytes → little-endian PCM16 bytes. The output
matches the PCM16 frame type the ITelephonyCallSdk seam carries (onAudioFrame).
Parameters
mulaw: ArrayBuffer
An ArrayBuffer of μ-law bytes (one byte per sample).
Returns ArrayBuffer
An ArrayBuffer of little-endian signed-16-bit PCM (2 bytes per sample).
ArrayBufferwrapper of muLawToPcm16: μ-law bytes → little-endian PCM16 bytes. The output matches the PCM16 frame type the ITelephonyCallSdk seam carries (onAudioFrame).