Workspace for translating signed linear signals to ADPCM. More...
Data Fields | |
int16_t | inbuf [BUFFER_SAMPLES] |
struct adpcm_state | state |
Workspace for translating signed linear signals to ADPCM.
Definition at line 220 of file codec_adpcm.c.
int16_t inbuf[BUFFER_SAMPLES] |
Definition at line 222 of file codec_adpcm.c.
Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().
struct adpcm_state state [read] |
Definition at line 221 of file codec_adpcm.c.
Referenced by lintoadpcm_frameout().