Go to the source code of this file.
Typedefs | |
typedef oki_adpcm_state_s | oki_adpcm_state_t |
Functions | |
SPAN_DECLARE (oki_adpcm_state_t *) oki_adpcm_init(oki_adpcm_state_t *s | |
SPAN_DECLARE (int) oki_adpcm_release(oki_adpcm_state_t *s) | |
Generate a sample of audio noise. | |
Variables | |
int | bit_rate |
int16_t | amp [] |
int16_t const uint8_t | oki_data [] |
int16_t const uint8_t int | oki_bytes |
uint8_t const int16_t int | len |
|
Oki (Dialogic) ADPCM conversion state descriptor. This defines the state of a single working instance of the Oki ADPCM converter. This is used for either linear to ADPCM or ADPCM to linear conversion. |
|
Generate a sample of audio noise. Compress a block of octets.
|
|
Initialise an Oki ADPCM encode or decode context.
|