aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-04-16 18:51:01 -0700
committerChris Robinson <[email protected]>2018-04-16 18:54:41 -0700
commite619b641750a00e188a067376ffebdc8d24da126 (patch)
tree8d2c24b62c65639c163ec8b85bdc7c8414ef4e1c /Alc/panning.c
parent795ed65797016a286c38587f772d824afda493a2 (diff)
Don't minimize the HRTF per-response delay
The reverts both fa9ab9af7cb559ff9ecc1846f2996265bfbea1ec and 79604c3c0e0f3f71832a09348cc273a38882cc3e. As helpful as it was for the high frequencies, the overall response's gain suffered.
Diffstat (limited to 'Alc/panning.c')
-rw-r--r--Alc/panning.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/panning.c b/Alc/panning.c
index 7ed27852..774fa4b1 100644
--- a/Alc/panning.c
+++ b/Alc/panning.c
@@ -872,9 +872,9 @@ static void InitHrtfPanning(ALCdevice *device)
{ 5.55555556e-02f, 0.00000000e+00f, -1.23717915e-01f, 0.00000000e+00f, 0.00000000e+00f, 0.00000000e+00f },
};
static const ALfloat AmbiOrderHFGainFOA[MAX_AMBI_ORDER+1] = {
- 1.00000000e+00f, 5.77350269e-01f
+ 3.00000000e+00f, 1.73205081e+00f
}, AmbiOrderHFGainHOA[MAX_AMBI_ORDER+1] = {
- 9.80580676e-01f, 7.59554525e-01f, 3.92232270e-01f
+ 2.40192231e+00f, 1.86052102e+00f, 9.60768923e-01f
};
static const ALsizei IndexMap[6] = { 0, 1, 2, 3, 4, 8 };
const ALfloat (*restrict AmbiMatrix)[MAX_AMBI_COEFFS] = AmbiMatrixFOA;