diff options
author | Chris Robinson <[email protected]> | 2022-08-08 03:44:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-08-08 03:44:25 -0700 |
commit | 7e5dd4196846f61307e156d55ae0fc12fbd29512 (patch) | |
tree | ac818d0bcde0328b13fbe563a5a6d3fa82a605d7 /alsoftrc.sample | |
parent | 250f1624964c2c53e00d18fd1ec2bbc77c860298 (diff) |
Add an option for higher quality UHJ filters
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index f804029f..9097ae1d 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -349,6 +349,18 @@ #surround3d71 = ## +## UHJ stuff +## +[uhj] + +## filter-type: (global) +# Specifies the all-pass filter type for UHJ encoding, decoding, and Super +# Stereo processing. The default is 'fir256', which utilizes a 256-point FIR +# filter. 'fir512' is a 512-point FIR filter, providing higher quality at the +# cost of higher CPU use. +#filter-type = fir256 + +## ## Reverb effect stuff (includes EAX reverb) ## [reverb] |