From aed35fd811f7aa5f1a9d2edb499e43d490ede96e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Apr 2012 05:04:46 -0700 Subject: Use ComputeAngleGains for multi-channel sources and remove the unused lookup table stuff --- OpenAL32/Include/alu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index ff5601e5..ccc18746 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -110,9 +110,6 @@ _CRTIMP unsigned int __cdecl __MINGW_NOTHROW _controlfp (unsigned int unNew, uns #define aluFloor(x) ((ALfloat)floor((double)(x))) #endif -#define QUADRANT_NUM 128 -#define LUT_NUM (4 * QUADRANT_NUM) - #ifdef __cplusplus extern "C" { #endif @@ -296,7 +293,6 @@ static __inline void aluNormalize(ALfloat *inVector) ALvoid aluInitPanning(ALCdevice *Device); -ALint aluCart2LUTpos(ALfloat im, ALfloat re); ALvoid ComputeAngleGains(const ALCdevice *device, ALfloat angle, ALfloat hwidth, ALfloat ingain, ALfloat *gains); -- cgit v1.2.3