diff options
author | Chris Robinson <[email protected]> | 2008-02-06 22:18:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-02-06 22:18:50 -0800 |
commit | b4ffdfab81827626a3da2882218d401fd83cf375 (patch) | |
tree | ae5a0cc574ca67c5b0a6f77c7f4ea7ee32ece8de /alsoftrc.sample | |
parent | 1ea4aac799b1751dc0616259ed9c167152da72c7 (diff) |
Add an option for duplicating stereo sources on the back speakers
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 c3bb9e83..8eaa0f4f 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -44,6 +44,14 @@ sources = 256 # Sets the maximum number of allocatable sources. Lower values # may help for systems with apps that try to play more sounds # than the CPU can handle. Default is 256 +stereodup = # Sets whether to duplicate stereo sounds on the rear speakers for + # 4+ channel output. This can make stereo sources substantially + # louder than mono or even 4+ channel sources, but provides a + # "fuller" playback quality. True, yes, on, and non-0 values will + # duplicate stereo sources. 0 and anything else will cause stereo + # sounds to only play out the front speakers. + # Default is false + drivers = # Sets the backend driver list order, comma-seperated. Unknown # backends and duplicated names are ignored, and unlisted backends # won't be considered for use. An empty list means the default. |