Asterisk - The Open Source Telephony Project
21.4.1
|
a-Law to Signed linear conversion More...
Go to the source code of this file.
Macros | |
#define | AMI_MASK 0x55 |
Functions | |
static short int | alaw2linear (unsigned char alaw) |
void | ast_alaw_init (void) |
To init the alaw to slinear conversion stuff, this needs to be run. | |
static unsigned char | linear2alaw (short int linear) |
Variables | |
short | __ast_alaw [256] |
unsigned char | __ast_lin2a [8192] |
converts signed linear to alaw | |
a-Law to Signed linear conversion
Definition in file alaw.c.