aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-27 10:16:36 -0700
committerChris Robinson <[email protected]>2017-08-27 10:16:36 -0700
commita4d357de06b3860f49f2f6f70899d825b920947b (patch)
tree3532665177753d3f6d6cb8a5c6a9b702a48d403a /alsoftrc.sample
parent773d4664ff8f31837374164b64b992b86fcc80f7 (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.sample7
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)