This graph shows which files directly or indirectly include this file:
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) |
Init the ulaw conversion stuff. | |
Variables | |
unsigned char | __ast_lin2mu [16384] |
converts signed linear to mulaw | |
short | __ast_mulaw [256] |
help |
|
|
|
Definition at line 32 of file ulaw.h. Referenced by ast_dsp_process(), and tdd_feed(). |
|
Init the ulaw conversion stuff. To init the ulaw to slinear conversion stuff, this needs to be run. Definition at line 62 of file ulaw.c. References __ast_lin2mu, and __ast_mulaw. Referenced by main().
|
|
converts signed linear to mulaw
Definition at line 26 of file ulaw.h. Referenced by ast_ulaw_init(). |
|
help
Definition at line 29 of file ulaw.h. Referenced by ast_ulaw_init(). |