From 5b86b80591ce85869716885ca393e080f6f72685 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 12 Oct 2023 06:42:32 -0700 Subject: Rename the convolution reverb effect to just convolution While the common use case, convolution can do more than just reverb, and it nicely shortens the name. --- alc/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/context.cpp') diff --git a/alc/context.cpp b/alc/context.cpp index 8c930056..ffc2743e 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -75,7 +75,7 @@ std::vector getContextExtensions() noexcept "AL_SOFT_block_alignment", "AL_SOFT_buffer_length_query", "AL_SOFT_callback_buffer", - "AL_SOFTX_convolution_reverb", + "AL_SOFTX_convolution_effect", "AL_SOFT_deferred_updates", "AL_SOFT_direct_channels", "AL_SOFT_direct_channels_remix", -- cgit v1.2.3