Class MuLawDecoder
mu-law decoder based on code from: http://hazelware.luggle.com/tutorials/mulawcompression.html
Inheritance
System.Object
MuLawDecoder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Media
Assembly: SIPSorcery.dll
Syntax
public static class MuLawDecoder
Methods
| Improve this Doc 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 |
---|---|---|
System.Byte | muLaw | mu-law encoded byte |
Returns
Type | Description |
---|---|
System.Int16 | Linear sample |