Go to the source code of this file.
Defines | |
| #define | AST_LIN2MU(a) (__ast_lin2mu[((unsigned short)(a)) >> 2]) |
| #define | AST_MULAW(a) (__ast_mulaw[(a)]) |
Functions | |
| void | ast_ulaw_init (void) |
Variables | |
| unsigned char | __ast_lin2mu [16384] |
| short | __ast_mulaw [256] |
Definition in file ulaw.h.
| void ast_ulaw_init | ( | void | ) |
To init the ulaw to slinear conversion stuff, this needs to be run.
| short __ast_mulaw[256] |
help
1.5.1