aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-10-26 22:21:16 -0700
committerChris Robinson <[email protected]>2022-10-26 22:21:16 -0700
commit02d0b3495a79a4e8b0070dae6e8e4deed87fed6c (patch)
treec9204a183bde7da791c8b8b88215e1937256dc5f /alsoftrc.sample
parent2c5476ea24bfaf94f6a11fb1e673e5630fb5fdab (diff)
Switch back to the FIR256 filter by default
There is a surprisingly noticeable amount of static caused by the IIR filter in particular circumstances. The 256-point filter is only slightly slower, but the frequency response should be good enough to use as a default for now.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index d7427db5..6ade5bfa 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -356,18 +356,18 @@
## decode-filter: (global)
# Specifies the all-pass filter type for UHJ decoding and Super Stereo
# processing. Valid values are:
-# iir - utilizes dual IIR filters, providing a wide pass-band with low CPU
-# use, but may exhibit some low-level distortion.
# fir256 - utilizes a 256-point FIR filter, providing more stable results but
# 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 = iir
+# iir - utilizes dual IIR filters, providing a wide pass-band with low CPU
+# use, but may exhibit some low-level distortion.
+#decode-filter = fir256
## encode-filter: (global)
# Specifies the all-pass filter type for UHJ output encoding. Valid values are
# the same as for decode-filter.
-#encode-filter = iir
+#encode-filter = fir256
##
## Reverb effect stuff (includes EAX reverb)