From 39f4ea61c5978b7abca0ef79de0b207638e7175f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 24 Sep 2020 14:21:57 -0700 Subject: Add missing linear resampler to the option setting list --- alc/voice.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'alc/voice.cpp') diff --git a/alc/voice.cpp b/alc/voice.cpp index 70f49489..6b1fc3d4 100644 --- a/alc/voice.cpp +++ b/alc/voice.cpp @@ -147,6 +147,7 @@ void aluInitMixer() constexpr ResamplerEntry ResamplerList[]{ { "none", Resampler::Point }, { "point", Resampler::Point }, + { "linear", Resampler::Linear }, { "cubic", Resampler::Cubic }, { "bsinc12", Resampler::BSinc12 }, { "fast_bsinc12", Resampler::FastBSinc12 }, -- cgit v1.2.3