From bdbf6613ef4d57f15f5e7e3cbc31211a0c57e575 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 25 Nov 2014 22:20:00 -0800 Subject: Support B-Format output with the wave file writer --- OpenAL32/Include/alMain.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 6b406247..a3e40e8b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -539,6 +539,11 @@ enum Channel { BottomBackLeft, BottomBackRight, + Aux0, + Aux1, + Aux2, + Aux3, + InvalidChannel }; @@ -566,6 +571,8 @@ enum DevFmtChannels { /* Similar to 5.1, except using rear channels instead of sides */ DevFmtX51Rear = 0x80000000, + DevFmtBFormat3D, + DevFmtChannelsDefault = DevFmtStereo }; #define MAX_OUTPUT_CHANNELS (8) -- cgit v1.2.3