diff options
author | Chris Robinson <[email protected]> | 2017-05-05 02:41:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-05 02:41:34 -0700 |
commit | 9c9ad2f60aead15416c8b582e20fadf847a13ce8 (patch) | |
tree | 79f8026ca8eadbbcd8940056cc8a1e81d63f5a50 /Alc | |
parent | b639bc99132015217ff173680e1a43f44fad2ce3 (diff) |
Start an extension to change the source's spatialize property
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |