ADPCM encoder/decoder common header. More...
Go to the source code of this file.
Data Structures | |
| struct | ADPCMChannelStatus |
Defines | |
| #define | BLKSIZE 1024 |
Typedefs | |
| typedef struct ADPCMChannelStatus | ADPCMChannelStatus |
ADPCM encoder/decoder common header.
Definition in file adpcm.h.
| #define BLKSIZE 1024 |
Definition at line 29 of file adpcm.h.
Referenced by adpcm_encode_init().
| typedef struct ADPCMChannelStatus ADPCMChannelStatus |