diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 8efae414..6f25d3eb 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -48,6 +48,14 @@ # stereo modes. #cf_level = 0 +## head_dampen: +# Sets the amount of dampening on sounds emanating from behind the listener. +# This is used to simulate the natural occlusion of the head, which is +# typically missing with mono and stereo output, and as such, only works on +# mono and stereo output modes. Valid values range from 0 to 1 (inclusive), +# and higher values provide a stronger effect. +#head_dampen = 0.25 + ## frequency: # Sets the output frequency. #frequency = 44100 |