#include <inttypes.h>
#include <memory.h>
#include <stdlib.h>
#include "spandsp/telephony.h"
#include "spandsp/dc_restore.h"
#include "spandsp/g722.h"
Functions | |
g722_decode_state_t * | g722_decode_init (g722_decode_state_t *s, int rate, int options) |
int | g722_decode_release (g722_decode_state_t *s) |
int | g722_decode (g722_decode_state_t *s, int16_t amp[], const uint8_t g722_data[], int len) |
|
Decode a buffer of G.722 data to linear PCM.
|
|
Initialise an G.722 decode context.
|