diff options
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. |