diff options
author | Chris Robinson <[email protected]> | 2015-09-29 18:27:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-29 20:39:12 -0700 |
commit | dc10e56babf61b62c6cc779414103d7183100c58 (patch) | |
tree | 302dd43223b8c3678cbc726655de628bf5b617fb /alsoftrc.sample | |
parent | e13d553aefe68f63c1c7d479df80c44f4ab70a0f (diff) |
Implement a 6-point sinc-lanczos filter
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index c05841b4..e1ab22e4 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -130,6 +130,7 @@ # point - nearest sample, no interpolation # linear - extrapolates samples using a linear slope between samples # sinc4 - extrapolates samples using a 4-point Sinc-Lanczos filter +# sinc6 - extrapolates samples using a 6-point Sinc-Lanczos filter # Specifying other values will result in using the default (linear). #resampler = linear |