diff options
author | Chris Robinson <[email protected]> | 2010-11-25 23:05:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-25 23:05:44 -0800 |
commit | 30820c1bdeadb49b4eeb44d46e3b472460cdd53a (patch) | |
tree | 251a9f0e34d1c769e04419c0e4f790e4c261d9d7 /alsoftrc.sample | |
parent | 46b98029027f0f5b397975ad5f77d99fee480d90 (diff) |
Add a cubic resampler
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 |