diff options
author | Chris Robinson <[email protected]> | 2022-10-30 15:48:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-10-30 15:48:31 -0700 |
commit | bc7f5260475586b833a568c7b3ac48ac9f89be3b (patch) | |
tree | 027b59ab896eabf34f846dbcca81d581a0350fa4 /alsoftrc.sample | |
parent | bb88035a96e6794e4dd1085c2c11b046b7f5c8c7 (diff) |
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.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
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) |