|
Defines |
#define | _SPANDSP_G711_H_ |
#define | G711_ALAW_IDLE_OCTET 0x5D |
#define | G711_ULAW_IDLE_OCTET 0xFF |
#define | ULAW_BIAS 0x84 |
#define | ALAW_AMI_MASK 0x55 |
Typedefs |
typedef g711_state_s | g711_state_t |
Enumerations |
enum | { G711_ALAW = 0,
G711_ULAW
} |
Functions |
| SPAN_DECLARE (uint8_t) alaw_to_ulaw(uint8_t alaw) |
| Transcode from A-law to u-law, using the procedure defined in G.711.
|
| SPAN_DECLARE (int) g711_decode(g711_state_t *s |
| Release a V.8 context.
|
| SPAN_DECLARE (g711_state_t *) g711_init(g711_state_t *s |
Variables |
int16_t | amp [] |
int16_t const uint8_t | g711_data [] |
int16_t const uint8_t int | g711_bytes |
uint8_t const int16_t int | len |
uint8_t | g711_out [] |
uint8_t const uint8_t | g711_in [] |
int | mode |