diff options
author | Chris Robinson <[email protected]> | 2015-09-28 12:59:52 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-28 12:59:52 -0700 |
commit | 848a4a0fccd61e69bf2b8456c239f656c5ca9fd0 (patch) | |
tree | 6e962b73b8c208a3ad9541d4c05e8a984cf403b4 /alsoftrc.sample | |
parent | 9992c4da997a1364d8f15ab26fb156e18a01f242 (diff) |
Auto-replace the "cubic" resampler with "sinc4"
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 06905439..c05841b4 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -129,7 +129,7 @@ # 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 +# sinc4 - extrapolates samples using a 4-point Sinc-Lanczos filter # Specifying other values will result in using the default (linear). #resampler = linear |