|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Element law result: static target (dB, <= 0) and its |slope|. More...
#include <Compressor.h>

Public Attributes | |
| T | target |
| Gain change the element commands at this output level. | |
| T | slope |
| d|target| / d(level in dB): the incremental loop gain. | |
Element law result: static target (dB, <= 0) and its |slope|.
Definition at line 1373 of file Compressor.h.
| T dspark::Compressor< T >::FeedbackLaw::slope |
d|target| / d(level in dB): the incremental loop gain.
Definition at line 1376 of file Compressor.h.
| T dspark::Compressor< T >::FeedbackLaw::target |
Gain change the element commands at this output level.
Definition at line 1375 of file Compressor.h.