aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-25 13:49:51 -0800
committerChris Robinson <[email protected]>2010-11-25 13:49:51 -0800
commitaaff188b3bcc9d6b73e51bda577d7b45ffa7ef73 (patch)
treeeca1b94461375a956247938adda9a3d0789ed0eb /OpenAL32
parent2595d85ccad8b3543a331ad7cd3fd74830399b6e (diff)
Remove the cosine resampler
It's too slow when auxiliary sends are being used.
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 40673c00..54a3470e 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -14,7 +14,6 @@ extern "C" {
typedef enum {
POINT_RESAMPLER = 0,
LINEAR_RESAMPLER,
- COSINE_RESAMPLER,
RESAMPLER_MAX,
RESAMPLER_MIN = -1,