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