aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-17 13:56:01 -0700
committerChris Robinson <[email protected]>2022-04-17 13:56:01 -0700
commit9ac49e2ce19c3738a794c7796f7c96dfc6ee4244 (patch)
tree1107c0f612e3c09b1ebe22a26deaa7807b731760 /include
parentac4d4fc7318ea402525c30de93cc665bee3b8af1 (diff)
Finalize ALC_SOFT_output_mode
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index 7048302c..1757f341 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -624,6 +624,21 @@ AL_API void AL_APIENTRY alGetBufferPtrvSOFT(ALuint buffer, ALenum param, ALvoid
#define AL_SUPER_STEREO_WIDTH_SOFT 0x19B1
#endif
+#ifndef ALC_SOFT_output_mode
+#define ALC_SOFT_output_mode
+#define ALC_OUTPUT_MODE_SOFT 0x19AC
+#define ALC_ANY_SOFT 0x19AD
+/*#define ALC_MONO_SOFT 0x1500*/
+/*#define ALC_STEREO_SOFT 0x1501*/
+#define ALC_STEREO_BASIC_SOFT 0x19AE
+#define ALC_STEREO_UHJ_SOFT 0x19AF
+#define ALC_STEREO_HRTF_SOFT 0x19B2
+/*#define ALC_QUAD_SOFT 0x1503*/
+#define ALC_SURROUND_5_1_SOFT 0x1504
+#define ALC_SURROUND_6_1_SOFT 0x1505
+#define ALC_SURROUND_7_1_SOFT 0x1506
+#endif
+
#ifdef __cplusplus
}
#endif