diff options
author | Chris Robinson <[email protected]> | 2009-03-10 01:08:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-03-10 01:08:03 -0700 |
commit | d6277db20971700c9a39797a061e76b2bca9e0a9 (patch) | |
tree | 12f5c1d22154ba7d78c80b83549473b55fbd8b30 /alsoftrc.sample | |
parent | 7ebb28327f8e5fb91e3b0808f2782bf2f2e15341 (diff) |
Fix alsoftrc configuration sample comments
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index b0492491..1e9cdce2 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -47,19 +47,19 @@ 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. +stereodup = # Sets whether to duplicate stereo sounds on the rear and side + # 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. # Default is: - # alsa,oss,solaris,dsound,winmm,wave + # alsa,oss,solaris,dsound,winmm,port,wave excludefx = # Sets which effects to exclude, preventing apps from using them. # This can help for apps that try to use effects which are too CPU |