diff options
author | Chris Robinson <[email protected]> | 2011-12-20 01:45:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-12-20 01:45:29 -0800 |
commit | 06caac261976e42f08faeebe4ec921de3200b85f (patch) | |
tree | adc4303c558cc18af835ef69761df9a16b1b227d | |
parent | 2691c33b555a8e60f6a0ba44c59fb7e167d1e5bd (diff) |
Update some config option descriptions
-rw-r--r-- | alsoftrc.sample | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index e153212b..c62a1e4b 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -93,13 +93,13 @@ #sources = 256 ## stereodup: -# Sets whether to duplicate stereo sounds behind the listener for 4+ channel -# output. 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). +# 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: @@ -205,8 +205,8 @@ ## capture-prefix: # Sets the prefix used by the discovered (non-default) capture devices. This -# will be appended with "CARD=c,DEV=d", where c is the card number and d is -# the device number for the requested device name. +# will be appended with "CARD=c,DEV=d", where c is the card id and d is the +# device number for the requested device name. #capture-prefix = plughw: ## mmap: |