diff options
author | Chris Robinson <[email protected]> | 2017-08-27 10:16:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-27 10:16:36 -0700 |
commit | a4d357de06b3860f49f2f6f70899d825b920947b (patch) | |
tree | 3532665177753d3f6d6cb8a5c6a9b702a48d403a /alsoftrc.sample | |
parent | 773d4664ff8f31837374164b64b992b86fcc80f7 (diff) |
Add a higher quality bsinc resampler using 24 sample points
This improves the transition width, allowing more of the higher frequencies
remain audible. It would be preferrable to have an upper limit of 32 points
instead of 48, to reduce the overall table size and the CPU cost for down-
sampling.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index dcf4756c..41c884ad 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -150,9 +150,10 @@ # point - nearest sample, no interpolation # linear - extrapolates samples using a linear slope between samples # sinc4 - extrapolates samples using a 4-point Sinc filter -# bsinc - extrapolates samples using a band-limited Sinc filter (varying -# between 12 and 24 points, with anti-aliasing) -# Specifying other values will result in using the default (linear). +# bsinc12 - extrapolates samples using a band-limited Sinc filter (varying +# between 12 and 24 points, with anti-aliasing) +# bsinc24 - extrapolates samples using a band-limited Sinc filter (varying +# between 24 and 48 points, with anti-aliasing) #resampler = linear ## rt-prio: (global) |