ADPCM_SIZE
static unsigned char adpcm_buf[ADPCM_SIZE + 32];
insiz = ADPCM_SIZE / 2;
insiz = (ADPCM_SIZE * 3) / 8;