a-law decoder based on code from: http://hazelware.luggle.com/tutorials/mulawcompression.html
More...
◆ ALawToLinearSample()
static short NAudio.Codecs.ALawDecoder.ALawToLinearSample |
( |
byte | aLaw | ) |
|
|
inlinestatic |
Converts A-law encoded byte to linear sample.
- Parameters
-
aLaw | The A-law encoded byte to be converted. |
- Returns
- The linear sample corresponding to the A-law encoded byte.
◆ ALawDecompressTable
readonly short [] NAudio.Codecs.ALawDecoder.ALawDecompressTable |
|
staticprivate |
only 512 bytes required, so just use a lookup
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.Core/Codecs/ALawDecoder.cs