From d6277db20971700c9a39797a061e76b2bca9e0a9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 10 Mar 2009 01:08:03 -0700 Subject: [PATCH] Fix alsoftrc configuration sample comments --- alsoftrc.sample | 14 +++++++------- 1 file 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 -- 2.11.4.GIT