C# Class NewTOAPIA.Media.ALawEncoder

Turns 16-bit linear PCM values into 8-bit A-law bytes.
Inheritance: G711AudioEncoder
Show file Open project: Wiladams/NewTOAPIA

Private Methods

Method Description
ALawEncoder ( ) : System
encode ( int pcm ) : byte

Encode one a-law byte from a 16-bit signed integer. Internal use only.