#include <asterisk/ulaw.h>Include dependency graph for ulaw.c:

Go to the source code of this file.
Defines | |
| #define | ZEROTRAP /* turn on the trap as per the MIL-STD */ |
| #define | BIAS 0x84 /* define the add-in bias for 16 bit samples */ |
| #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(). |
1.3.7