aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-10-11 07:37:22 -0700
committerChris Robinson <[email protected]>2015-10-11 07:37:22 -0700
commit00e419e9480e8d26e5fb5e1f03cc0824a6b8d917 (patch)
treef813f217a9f1f6eca1097a81208a83171eeb8f63 /alsoftrc.sample
parent0211831858fe42b5a95f6992bbdc3d925d589a75 (diff)
Replace the sinc6 resampler with sinc8, and make SSE versions
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 4dc2cd06..faac3d8e 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -130,7 +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
+# sinc8 - extrapolates samples using an 8-point Sinc-Lanczos filter
# Specifying other values will result in using the default (linear).
#resampler = linear