From e1ce7f9180d8127397faebf36eb815a5a575d7c8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 20 Feb 2016 00:53:01 -0800 Subject: Use an 8-channel cube for HRTF's virtual format. There were phase issues caused by applying HRTF directly to the B-Format channels, since the HRIR delays were all averaged which removed the inter-aural time-delay, which in turn removed significant spatial information. --- OpenAL32/Include/alMain.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 89936f85..4c0e9213 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -317,6 +317,15 @@ enum Channel { SideLeft, SideRight, + UpperFrontLeft, + UpperFrontRight, + UpperBackLeft, + UpperBackRight, + LowerFrontLeft, + LowerFrontRight, + LowerBackLeft, + LowerBackRight, + BFormatW, BFormatX, BFormatY, -- cgit v1.2.3