|
Typedefs |
typedef g726_state_s | g726_state_t |
typedef int16_t(* | g726_decoder_func_t )(g726_state_t *s, uint8_t code) |
typedef uint8_t(* | g726_encoder_func_t )(g726_state_t *s, int16_t amp) |
Enumerations |
enum | { G726_ENCODING_LINEAR = 0,
G726_ENCODING_ULAW,
G726_ENCODING_ALAW
} |
enum | { G726_PACKING_NONE = 0,
G726_PACKING_LEFT = 1,
G726_PACKING_RIGHT = 2
} |
Functions |
| SPAN_DECLARE (g726_state_t *) g726_init(g726_state_t *s |
| SPAN_DECLARE (int) g726_release(g726_state_t *s) |
| Generate a block of FSK modem audio samples.
|
Variables |
int | bit_rate |
int int | ext_coding |
int int int | packing |
int16_t | amp [] |
int16_t const uint8_t | g726_data [] |
int16_t const uint8_t int | g726_bytes |
uint8_t const int16_t int | len |