From 7ddfacb58f941b21da26b2749d3204307e3a0bbd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 3 Jun 2011 01:06:00 -0700 Subject: Use a minimum phase HRTF data set This reduces the coefficient size from 128 down to 32, with a set of delays --- OpenAL32/Include/alSource.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'OpenAL32/Include/alSource.h') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 53d7f53c..0572cbc1 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -11,6 +11,10 @@ extern "C" { #endif +#define SRC_HISTORY_BITS (7) +#define SRC_HISTORY_LENGTH (1<