diff options
author | Chris Robinson <[email protected]> | 2015-11-04 06:40:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-04 06:40:54 -0800 |
commit | bd0acf2843830a0891ac3e1ce3b0219cc9c12b81 (patch) | |
tree | 81ab094bfc5a4d3bd05b836af6b9a2cb0d8f9d35 /alsoftrc.sample | |
parent | c57f57192067e2d68cfe4ab0fc9479d2453bfbda (diff) |
Replace the Lanczos window with Kaiser for the sinc resampler
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 |