aboutsummaryrefslogtreecommitdiffstats
path: root/alc/effects
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-24 15:52:53 -0700
committerChris Robinson <[email protected]>2021-04-24 15:52:53 -0700
commit9b65ca4556611c0b5b582a57d0c7714614badcc0 (patch)
tree8c57cc375b944ed7e9c1c9f7f9da7fff2f1d2fb8 /alc/effects
parent440ce71dcedb39e827660d0925b6cc2046c6d0f0 (diff)
More include cleanup
Diffstat (limited to 'alc/effects')
-rw-r--r--alc/effects/base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/effects/base.h b/alc/effects/base.h
index 64621888..09c722f5 100644
--- a/alc/effects/base.h
+++ b/alc/effects/base.h
@@ -15,6 +15,9 @@ struct EffectSlot;
struct BufferStorage;
+/** Target gain for the reverb decay feedback reaching the decay time. */
+constexpr float ReverbDecayGain{0.001f}; /* -60 dB */
+
enum class ChorusWaveform {
Sinusoid,
Triangle