|
|
|
@ -98,12 +98,10 @@ static LONG DolbyLoFilterDelay[XBASSBUFFERSIZE];
|
|
|
|
static LONG DolbyHiFilterBuffer[FILTERBUFFERSIZE];
|
|
|
|
static LONG DolbyHiFilterBuffer[FILTERBUFFERSIZE];
|
|
|
|
static LONG SurroundBuffer[SURROUNDBUFFERSIZE];
|
|
|
|
static LONG SurroundBuffer[SURROUNDBUFFERSIZE];
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
// Access the main temporary mix buffer directly: avoids an extra pointer
|
|
|
|
// Access the main temporary mix buffer directly: avoids an extra pointer
|
|
|
|
extern int MixSoundBuffer[MIXBUFFERSIZE*2];
|
|
|
|
extern int MixSoundBuffer[MIXBUFFERSIZE*2];
|
|
|
|
//cextern int MixReverbBuffer[MIXBUFFERSIZE*2];
|
|
|
|
//cextern int MixReverbBuffer[MIXBUFFERSIZE*2];
|
|
|
|
extern int MixReverbBuffer[MIXBUFFERSIZE*2];
|
|
|
|
extern int MixReverbBuffer[MIXBUFFERSIZE*2];
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static UINT GetMaskFromSize(UINT len)
|
|
|
|
static UINT GetMaskFromSize(UINT len)
|
|
|
|
//-----------------------------------
|
|
|
|
//-----------------------------------
|
|
|
|
|