diff options
author | Chris Robinson <[email protected]> | 2017-02-22 19:18:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-22 19:18:01 -0800 |
commit | 0ce4c9b8fa90df6111fb81debf583b0fc9200063 (patch) | |
tree | e81c1aee27782809d49392dceb2e51e4f56767a3 /alsoftrc.sample | |
parent | d04cc28f33c5a21273fc42c023b41dbcfa89632b (diff) |
Rename stereo-panning option to stereo-encoding
Also rename the 'paired' value to 'panpot', and make it the default.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index df6bb326..1068e311 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -89,13 +89,14 @@ # Valid settings are auto, speakers, and headphones. #stereo-mode = auto -## stereo-panning: -# Specifies the panning method for non-HRTF stereo output. uhj (default) -# creates stereo-compatible two-channel UHJ output, which encodes some -# surround sound information, while paired uses standard pair-wise panning -# between -30 and +30 degrees. If crossfeed filters are used, uhj panning is -# disabled. -#stereo-panning = uhj +## stereo-encoding: +# Specifies the encoding method for non-HRTF stereo output. 'panpot' (default) +# uses standard amplitude panning (aka pair-wise, stereo pair, etc) between +# -30 and +30 degrees, while 'uhj' creates stereo-compatible two-channel UHJ +# output, which encodes some surround sound information into stereo output +# that can be decoded with a surround sound receiver. If crossfeed filters are +# used, UHJ is disabled. +#stereo-encoding = panpot ## ambi-format: # Specifies the channel order and normalization for the "ambi*" set of channel |