diff options
author | Chris Robinson <[email protected]> | 2011-05-01 14:16:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-01 14:16:05 -0700 |
commit | d7a452588cf9fc53c14712949c260e91799c6262 (patch) | |
tree | c4897b77bb42551af0b0f661f81b05cbbc590ece /alsoftrc.sample | |
parent | 56d9418119045d536efa3f552af6e13d9353ada9 (diff) |
Document the hrtf config option
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 87806a35..02520c68 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -35,6 +35,13 @@ # AL_FORMAT_71CHN32 (32-bit float 7.1 output) #format = AL_FORMAT_STEREO16 +## hrtf: +# Enables HRTF filters. These filters provide for better sound spatialization +# while using headphones. The filters will only work when output is 44100hz +# stereo. While HRTF is active, both cf_level and head_dampen are disabled. +# Default is disabled since stereo speaker output quality may suffer. +#hrtf = false + ## cf_level: # Sets the crossfeed level for stereo output. Valid values are: # 0 - No crossfeed |