From 2f2d3c33aaa3014a134a29488842e0f1da5a6129 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 12 Nov 2022 23:41:11 -0800 Subject: Add a config option to prevent WASAPI from using a resampler --- alsoftrc.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index d575adc3..230cb9b0 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -567,6 +567,14 @@ ## [wasapi] +## allow-resampler: +# Specifies whether to allow an extra resampler pass on the output. Enabling +# this will allow the playback device to be set to a different sample rate +# than the actual output can accept, causing the backend to apply its own +# resampling pass after OpenAL Soft mixes the sources and processes effects +# for output. +#allow-resampler = true + ## ## DirectSound backend stuff ## -- cgit v1.2.3