diff options
Diffstat (limited to 'alc/voice.cpp')
-rw-r--r-- | alc/voice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |