diff options
author | Chris Robinson <[email protected]> | 2012-08-09 05:38:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-08-09 05:38:07 -0700 |
commit | d6fd52a0e544dee1e8ae2a1ec908ec689e9f2ae1 (patch) | |
tree | fad4d5ac9270d20493dcdada98ca34d0b6d7dbae /alsoftrc.sample | |
parent | 0dde7dd88a24a59a484ec36bc26bec19e0ee7d0a (diff) |
Add an option for wide stereo sources
Replaces the old stereodup option
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 bbb9815e..58746c8f 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -55,6 +55,14 @@ # stereo modes. #cf_level = 0 +## wide-stereo: +# Specifies that stereo sources are given a width of about 120 degrees on each +# channel, centering on -90 (left) and +90 (right), as opposed to being points +# placed at -30 (left) and +30 (right). This can be useful for surround-sound +# to give stereo sources a more encompassing sound. Note that the sound's +# overall volume will be slightly reduced to account for the extra output. +#wide-stereo = false + ## frequency: # Sets the output frequency. #frequency = 44100 |