diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 84e57f4c..70bfbcf2 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -129,8 +129,8 @@ # Selects the resampler used when mixing sources. Valid values are: # point - nearest sample, no interpolation # linear - extrapolates samples using a linear slope between samples -# sinc4 - extrapolates samples using a 4-point Sinc-Lanczos filter -# sinc8 - extrapolates samples using an 8-point Sinc-Lanczos filter +# sinc4 - extrapolates samples using a 4-point Sinc filter +# sinc8 - extrapolates samples using an 8-point Sinc filter # Specifying other values will result in using the default (linear). #resampler = linear |