diff options
author | Chris Robinson <[email protected]> | 2015-09-04 20:16:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-04 20:16:48 -0700 |
commit | 28a516e8a51ee6a69a2a49b01d54b62bffd9bb43 (patch) | |
tree | 8dd71700d5a50afdbd4457c7c0fd5a01f8a31ad5 /alsoftrc.sample | |
parent | 6fc567f1abb760d17b7172e74e8f4652a78078e0 (diff) |
Change the hrtf config option to expect auto/true/false instead of a bool
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index b85e2c3b..af867428 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -90,10 +90,11 @@ # 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 is used, the cf_level option is ignored. Setting this to auto (default) +# will allow HRTF to be used when headphones are detected or the app requests +# it, while setting true or false will forcefully enable or disable HRTF +# respectively. +#hrtf = auto ## hrtf_tables: (global) # Specifies a comma-separated list of files containing HRTF data sets. The |