Convert audio data from mu-law to linear.
Mu-law values are 8-bit unsigned integers. Linear values use n-bit signed integers or floating point values in the range -1≤y≤1 if n is 0.
If n is not specified it defaults to 0.
See also: lin2mu.
Package: octave