Class ALawDecoder
a-law decoder based on code from: http://hazelware.luggle.com/tutorials/mulawcompression.html
Inherited Members
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public class ALawDecoder
Methods
| Edit this page View SourceALawToLinearSample(byte)
Converts an a-law encoded byte to a 16 bit linear sample
Declaration
public static short ALawToLinearSample(byte aLaw)
Parameters
Type | Name | Description |
---|---|---|
byte | aLaw | a-law encoded byte |
Returns
Type | Description |
---|---|
short | Linear sample |