Asterisk - The Open Source Telephony Project
18.5.0
|
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 218 of file codec_adpcm.c.
int16_t inbuf[BUFFER_SAMPLES] |
Definition at line 220 of file codec_adpcm.c.
Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().
struct adpcm_state state |
Definition at line 219 of file codec_adpcm.c.
Referenced by lintoadpcm_frameout().