4 #define BUFFERSIZE 48000
5 #define FRACTIONBITS 14
6 #define FRACTIONMASK ((1L<<FRACTIONBITS)-1)
8 #define OUTPUTCHANNELS 4
17 __inline ALuint
aluBytesFromFormat(ALenum format
);
18 __inline ALuint
aluChannelsFromFormat(ALenum format
);
19 ALvoid
aluMixData(ALCcontext
*context
,ALvoid
*buffer
,ALsizei size
,ALenum format
);