SEGA CRI adx codecs. More...
Go to the source code of this file.
Data Structures | |
| struct | PREV |
| struct | ADXContext |
Defines | |
| #define | BASEVOL 0x4000 |
| #define | SCALE1 0x7298 |
| #define | SCALE2 0x3350 |
SEGA CRI adx codecs.
Reference documents: http://ku-www.ss.titech.ac.jp/~yatsushi/adx.html adx2wav & wav2adx http://www.geocities.co.jp/Playtown/2004/
Definition in file adx.h.
| #define BASEVOL 0x4000 |
Definition at line 45 of file adx.h.
Referenced by adx_decode().
| #define SCALE1 0x7298 |
Definition at line 46 of file adx.h.
Referenced by adx_decode(), and adx_encode().
| #define SCALE2 0x3350 |
Definition at line 47 of file adx.h.
Referenced by adx_decode(), and adx_encode().
1.7.1