From aaff188b3bcc9d6b73e51bda577d7b45ffa7ef73 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 25 Nov 2010 13:49:51 -0800 Subject: [PATCH] Remove the cosine resampler It's too slow when auxiliary sends are being used. --- Alc/mixer.c | 44 ------------------------------------- OpenAL32/Include/alSource.h | 1 - alsoftrc.sample | 1 - 3 files changed, 46 deletions(-) diff --git a/Alc/mixer.c b/Alc/mixer.c index 596db64c..5d7d828d 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -48,25 +48,16 @@ static __inline ALdouble lerp(ALdouble val1, ALdouble val2, ALint frac) val1 += ((val2-val1) * (frac * (1.0/(1<