aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-05 02:41:34 -0700
committerChris Robinson <[email protected]>2017-05-05 02:41:34 -0700
commit9c9ad2f60aead15416c8b582e20fadf847a13ce8 (patch)
tree79f8026ca8eadbbcd8940056cc8a1e81d63f5a50 /Alc
parentb639bc99132015217ff173680e1a43f44fad2ce3 (diff)
Start an extension to change the source's spatialize property
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 40786a42..f1319b16 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -701,6 +701,9 @@ static const struct {
DECL(AL_DEFAULT_RESAMPLER_SOFT),
DECL(AL_SOURCE_RESAMPLER_SOFT),
DECL(AL_RESAMPLER_NAME_SOFT),
+
+ DECL(AL_SOURCE_SPATIALIZE_SOFT),
+ DECL(AL_AUTO_SOFT),
};
#undef DECL
@@ -735,7 +738,7 @@ static const ALchar alExtList[] =
"AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_deferred_updates "
"AL_SOFT_direct_channels AL_SOFT_gain_clamp_ex AL_SOFT_loop_points "
"AL_SOFT_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length "
- "AL_SOFT_source_resampler";
+ "AL_SOFT_source_resampler AL_SOFTX_source_spatialize";
static ATOMIC(ALCenum) LastNullDeviceError = ATOMIC_INIT_STATIC(ALC_NO_ERROR);