diff options
author | Chris Robinson <[email protected]> | 2011-07-20 22:26:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-20 22:26:16 -0700 |
commit | 1e8a379a03b80dbfc621855fd819f73487bcc7de (patch) | |
tree | 2198063858999a79b476039f852da42916239249 /alsoftrc.sample | |
parent | b889823b2164c652560485dc66dd913b85e0c297 (diff) |
Add a config option to boost reverb output
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index de389591..0b97b357 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -151,6 +151,18 @@ #layout_71CHN = fl=-30, fr=30, fc=0, sl=-90, sr=90, bl=-150, br=150 ## +## Reverb effect stuff (includes EAX reverb) +## +[reverb] + +## boost: +# A global amplification for reverb output, expressed in decibels. The value +# is logarithmic, so +6 will be a scale of (approximately) 2x, +12 will be a +# scale of 4x, etc. Similarly, -6 will be about half, and -12 about 1/4th. A +# value of 0 means no change. +#boost = 0 + +## ## ALSA backend stuff ## [alsa] |