aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-21 15:48:39 -0700
committerChris Robinson <[email protected]>2017-04-21 15:48:39 -0700
commitd2d5f1d7bd8afa6b1c483c106bec88eec1d3923c (patch)
tree3ed4e578c558f1e432667f6cc3ae82721397e2e8 /Alc
parent44f026220fba39a3211b82d5c1fa5ad071ea461e (diff)
Add the ability to change the source resampler
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 175cb139..808580f3 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -732,7 +732,8 @@ static const ALchar alExtList[] =
"AL_EXT_source_distance_model AL_EXT_SOURCE_RADIUS AL_EXT_STEREO_ANGLES "
"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_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length "
+ "AL_SOFTX_source_resampler";
static ATOMIC(ALCenum) LastNullDeviceError = ATOMIC_INIT_STATIC(ALC_NO_ERROR);