#include <asterisk/alaw.h>
Include dependency graph for alaw.c:
Go to the source code of this file.
Defines | |
#define | AMI_MASK 0x55 |
Functions | |
void | ast_alaw_init (void) |
Init the ulaw conversion stuff. | |
Variables | |
unsigned char | __ast_lin2a [8192] |
converts signed linear to mulaw | |
short | __ast_alaw [256] |
help |
|
|
|
Init the ulaw conversion stuff. To init the ulaw to slinear conversion stuff, this needs to be run. Definition at line 68 of file alaw.c. References __ast_alaw, and __ast_lin2a. Referenced by main().
|
|
help
Definition at line 66 of file alaw.c. Referenced by ast_alaw_init(). |
|
converts signed linear to mulaw
Definition at line 65 of file alaw.c. Referenced by ast_alaw_init(). |