aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-25 23:05:44 -0800
committerChris Robinson <[email protected]>2010-11-25 23:05:44 -0800
commit30820c1bdeadb49b4eeb44d46e3b472460cdd53a (patch)
tree251a9f0e34d1c769e04419c0e4f790e4c261d9d7 /alsoftrc.sample
parent46b98029027f0f5b397975ad5f77d99fee480d90 (diff)
Add a cubic resampler
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index dacaf0d7..0ac27619 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -64,6 +64,7 @@
# Selects the resampler used when mixing sources. Valid values are:
# 0 - None (nearest sample, no interpolation)
# 1 - Linear (extrapolates samples using a linear slope between samples)
+# 2 - Cubic (extrapolates samples using a Catmull-Rom spline)
# Specifying other values will result in using the default (linear).
#resampler = 1