diff options
author | Chris Robinson <[email protected]> | 2012-04-29 04:44:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-04-29 04:44:53 -0700 |
commit | 8d9838012d5d073cf0bcdc917634b69e77fbaf71 (patch) | |
tree | 8263ad2a84e22994d91e17731e93eca3f588ce12 /alsoftrc.sample | |
parent | 57d36ec5826389984cbd5998ab487d8655adabdb (diff) |
Remove the stereodup option
There's better ways to do it now with "wide" sound sources.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index a6d79004..83c7a5a1 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -93,16 +93,6 @@ # systems with apps that try to play more sounds than the CPU can handle. #sources = 256 -## stereodup: -# Sets whether to duplicate stereo sounds behind the listener. This provides a -# "fuller" playback quality for surround sound output modes, although each -# individual speaker will have a slight reduction in volume to compensate for -# the extra output speakers. True, yes, on, and non-0 values will duplicate -# stereo sources. 0 and anything else will cause stereo sounds to only play in -# front. This only has an effect when a suitable output format is used (ie. -# those that contain side and/or rear speakers). -#stereodup = true - ## drivers: # Sets the backend driver list order, comma-seperated. Unknown backends and # duplicated names are ignored. Unlisted backends won't be considered for use |