Go to the source code of this file.
Defines | |
| #define | AST_ALAW(a) (__ast_alaw[(int)(a)]) |
| #define | AST_LIN2A(a) (__ast_lin2a[((unsigned short)(a)) >> 3]) |
Functions | |
| void | ast_alaw_init (void) |
Variables | |
| short | __ast_alaw [256] |
| unsigned char | __ast_lin2a [8192] |
Definition in file alaw.h.
| void ast_alaw_init | ( | void | ) |
To init the ulaw to slinear conversion stuff, this needs to be run.
| short __ast_alaw[256] |
help
1.5.1