mirror of
https://github.com/ScrelliCopter/VGM-Tools
synced 2025-02-21 04:09:25 +11:00
neotools: make adpcmb decoder work on nibble pairs like adpcma
This commit is contained in:
@@ -16,9 +16,7 @@ void adpcmBEncode(AdpcmBEncoderState* encoder, const int16_t* restrict in, uint8
|
||||
|
||||
typedef struct AdpcmBDecoderState
|
||||
{
|
||||
int shift, step;
|
||||
long xn, stepSize;
|
||||
|
||||
} AdpcmBDecoderState;
|
||||
|
||||
void adpcmBDecoderInit(AdpcmBDecoderState* decoder);
|
||||
|
||||
Reference in New Issue
Block a user