diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 70bfbcf2..3e7494dd 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -131,6 +131,8 @@ # linear - extrapolates samples using a linear slope between samples # sinc4 - extrapolates samples using a 4-point Sinc filter # sinc8 - extrapolates samples using an 8-point Sinc filter +# bsinc - extrapolates samples using a band-limited Sinc filter (varying +# between 12 and 24 points) # Specifying other values will result in using the default (linear). #resampler = linear |