diff options
author | Chris Robinson <[email protected]> | 2010-11-25 13:49:51 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-25 13:49:51 -0800 |
commit | aaff188b3bcc9d6b73e51bda577d7b45ffa7ef73 (patch) | |
tree | eca1b94461375a956247938adda9a3d0789ed0eb /alsoftrc.sample | |
parent | 2595d85ccad8b3543a331ad7cd3fd74830399b6e (diff) |
Remove the cosine resampler
It's too slow when auxiliary sends are being used.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index d407c952..dacaf0d7 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -64,7 +64,6 @@ # 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 - Cosine (extrapolates using a (co)sine slope) # Specifying other values will result in using the default (linear). #resampler = 1 |