From ccbb3f069f03102627e0ef8ee34c9f6f2cf27161 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 22 Nov 2014 22:00:44 -0800 Subject: [PATCH] Update some config descriptions --- alsoftrc.sample | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/alsoftrc.sample b/alsoftrc.sample index c335b33c..3a3ca654 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -77,14 +77,17 @@ ## stereo-mode # Specifies if stereo output is treated as being headphones or speakers. With # headphones, HRTF or crossfeed filters may be used for better audio quality. +# Valid settings are auto, speakers, and headphones. #stereo-mode = auto ## hrtf: -# Enables HRTF filters. These filters provide for better sound spatialization -# while using headphones. The default filter will only work when output is -# 44100hz stereo. While HRTF is active, the cf_level option is disabled. -# Default is disabled since stereo speaker output quality may suffer. -#hrtf = false +# Controls HRTF processing. These filters provide better spatialization of +# sounds while using headphones, but do require a bit more CPU power. The +# default filters will only work with 44100hz or 48000hz stereo output. While +# HRTF is in use, the cf_level option is ignored. Setting this to true or +# false will forcefully enable or disable HRTF, otherwise HRTF will be enabled +# when using headphones. +#hrtf = ## hrtf_tables # Specifies a comma-separated list of files containing HRTF data sets. The -- 2.11.4.GIT