From ab6622a8d6912fa6ff8da9caa3fcaf96047ca14a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 27 Sep 2015 23:52:16 -0700 Subject: Replace the cubic resampler with a 4-point sinc/lanczos filter --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 9d76fcd2..7d508721 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -528,7 +528,7 @@ enum DistanceModel { enum Resampler { PointResampler, LinearResampler, - CubicResampler, + FIR4Resampler, ResamplerMax, }; -- cgit v1.2.3