#include <asterisk/ulaw.h>
Go to the source code of this file.
Defines | |
#define | ZEROTRAP |
#define | BIAS 0x84 |
#define | CLIP 32635 |
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 |
|
|
|
|
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 20 of file ulaw.c. Referenced by ast_ulaw_init(). |
|
help Definition at line 21 of file ulaw.c. Referenced by ast_ulaw_init(). |