diff options
author | Chris Robinson <[email protected]> | 2016-02-26 21:48:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-26 21:48:03 -0800 |
commit | 99f685d20d0e9bece99a6019a98d8cb3aecef227 (patch) | |
tree | a000504d28b7228402b95d48700b1bf339148ca2 /alsoftrc.sample | |
parent | ac91083ceb27892ce1d474a578634bff580b56d3 (diff) |
Add an option for pair-wise stereo panning
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 7d73b7c6..255f82d0 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -86,6 +86,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 + ## hrtf: # Controls HRTF processing. These filters provide better spatialization of # sounds while using headphones, but do require a bit more CPU power. The |