From aaff188b3bcc9d6b73e51bda577d7b45ffa7ef73 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 25 Nov 2010 13:49:51 -0800 Subject: Remove the cosine resampler It's too slow when auxiliary sends are being used. --- alsoftrc.sample | 1 - 1 file changed, 1 deletion(-) (limited to 'alsoftrc.sample') 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 -- cgit v1.2.3