From bc7f5260475586b833a568c7b3ac48ac9f89be3b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Oct 2022 15:48:31 -0700 Subject: Use the IIR filter for UHJ by default Now that it doesn't cause the distortion like before, the IIR implementation provides a very wide pass-band with the lowest CPU requirements. If maintaining the original phase is important, fir256 and fir512 are still available, given whether lower CPU use or a wider pass-band is more important. --- alsoftrc.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index 84b5d3bc..d575adc3 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -362,12 +362,12 @@ # exhibiting attenuation in the lower and higher frequency bands. # fir512 - utilizes a 512-point FIR filter, providing a wider pass-band than # fir256, at the cost of more CPU use. -#decode-filter = fir256 +#decode-filter = iir ## encode-filter: (global) # Specifies the all-pass filter type for UHJ output encoding. Valid values are # the same as for decode-filter. -#encode-filter = fir256 +#encode-filter = iir ## ## Reverb effect stuff (includes EAX reverb) -- cgit v1.2.3