diff options
author | Chris Robinson <[email protected]> | 2022-08-09 03:51:33 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-08-09 04:01:31 -0700 |
commit | 63a82feae61b27db769ae17ea52df87c4bddbd4c (patch) | |
tree | 5ac5fe8fa794fbdcee962ea141e932e9942a2d3f /alsoftrc.sample | |
parent | 7e5dd4196846f61307e156d55ae0fc12fbd29512 (diff) |
Rename the UHJ filter config option
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 9097ae1d..642eedf1 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -349,16 +349,16 @@ #surround3d71 = ## -## UHJ stuff +## UHJ and Super Stereo stuff ## [uhj] -## filter-type: (global) +## filter: (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 +# filter. 'fir512' utilizes a 512-point FIR filter, providing higher quality +# at the cost of higher CPU use. +#filter = fir256 ## ## Reverb effect stuff (includes EAX reverb) |