diff options
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r-- | OpenAL32/alState.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c index f71f0eac..48c3498a 100644 --- a/OpenAL32/alState.c +++ b/OpenAL32/alState.c @@ -50,9 +50,9 @@ static const ALchar alErrOutOfMemory[] = "Out of Memory"; /* Resampler strings */ static const ALchar alPointResampler[] = "Nearest"; static const ALchar alLinearResampler[] = "Linear"; -static const ALchar alSinc4Resampler[] = "4-Point Sinc"; -static const ALchar alBSinc12Resampler[] = "Band-limited Sinc (12/24)"; -static const ALchar alBSinc24Resampler[] = "Band-limited Sinc (24/48)"; +static const ALchar alSinc4Resampler[] = "3rd order Sinc"; +static const ALchar alBSinc12Resampler[] = "11th order Sinc"; +static const ALchar alBSinc24Resampler[] = "23rd order Sinc"; AL_API ALvoid AL_APIENTRY alEnable(ALenum capability) { |