diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 1 |
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 |