Skip to content

Commit

Permalink
Merge commit '52a6266eaca82a80190716a23fa8d99f46bb63f3' into audio-do…
Browse files Browse the repository at this point in the history
…c-enhancements
  • Loading branch information
betalars committed Oct 23, 2024
2 parents bda62b1 + 52a6266 commit 1b18b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/AudioEffectFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
Threshold frequency for the filter, in Hz.
</member>
<member name="db" type="int" setter="set_db" getter="get_db" enum="AudioEffectFilter.FilterDB" default="0">
Steepnes of the cutoff curve in dB per octave, also known as order of the filter. Higher orders have a more aggressive cutoff.
Steepness of the cutoff curve in dB per octave, also known as the order of the filter. Higher orders have a more aggressive cutoff.
</member>
<member name="gain" type="float" setter="set_gain" getter="get_gain" default="1.0">
Boosts frequencies at the cutoff.
Gain amount of the frequencies after the filter.
</member>
<member name="resonance" type="float" setter="set_resonance" getter="get_resonance" default="0.5">
Amount of boost in the frequency range near the cutoff frequency.
Expand Down

0 comments on commit 1b18b9c

Please sign in to comment.