aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-20 09:13:08 -0800
committerChris Robinson <[email protected]>2017-02-20 09:13:08 -0800
commit23a34f732bf27bb75905b07c83e948a9e832c59c (patch)
treeb1397c0db322b651ff86b6a8a81e517d3ad21774
parent5a2ef2590f38c72883f9ee2e18cc9980634df7be (diff)
Remove mention of the sinc8 resampler
-rw-r--r--alsoftrc.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 36d930bf..52e93ad1 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -149,7 +149,6 @@
# point - nearest sample, no interpolation
# 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, with anti-aliasing)
# Specifying other values will result in using the default (linear).