aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-04 03:10:01 -0700
committerChris Robinson <[email protected]>2020-04-04 03:10:01 -0700
commita0b7638d635d4f583ecc1a48c193629868cf684a (patch)
tree09080d1fc980c2ddde6a1fdf61ccc62359b9901f /alc/alc.cpp
parentfc906c97f52fd13549dfdfae229d0dc6d60a2865 (diff)
Add an extension to change a buffer's unpack ambisonic order
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index bdd6a9ae..8d40e784 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -795,6 +795,8 @@ constexpr struct {
DECL(AL_BUFFER_CALLBACK_FUNCTION_SOFT),
DECL(AL_BUFFER_CALLBACK_USER_PARAM_SOFT),
+
+ DECL(AL_UNPACK_AMBISONIC_ORDER_SOFT),
};
#undef DECL
@@ -839,6 +841,7 @@ constexpr ALchar alExtList[] =
"AL_EXT_STEREO_ANGLES "
"AL_LOKI_quadriphonic "
"AL_SOFT_bformat_ex "
+ "AL_SOFTX_bformat_hoa "
"AL_SOFT_block_alignment "
"AL_SOFTX_callback_buffer "
"AL_SOFT_deferred_updates "