#include <ima_adpcm.h>
Public Attributes | |
int | variant |
int | chunk_size |
The size of a chunk, in samples. | |
int | last |
The last state of the ADPCM algorithm. | |
int | step_index |
Current index into the step size table. | |
uint16_t | ima_byte |
The current IMA code byte in progress. | |
int | bits |