DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Compressor< T >::FeedbackLaw Struct Reference

Element law result: static target (dB, <= 0) and its |slope|. More...

#include <Compressor.h>

Collaboration diagram for dspark::Compressor< T >::FeedbackLaw:

Public Attributes

target
 Gain change the element commands at this output level.
 
slope
 d|target| / d(level in dB): the incremental loop gain.
 

Detailed Description

template<FloatType T>
struct dspark::Compressor< T >::FeedbackLaw

Element law result: static target (dB, <= 0) and its |slope|.

Definition at line 1373 of file Compressor.h.

Member Data Documentation

◆ slope

template<FloatType T>
T dspark::Compressor< T >::FeedbackLaw::slope

d|target| / d(level in dB): the incremental loop gain.

Definition at line 1376 of file Compressor.h.

◆ target

template<FloatType T>
T dspark::Compressor< T >::FeedbackLaw::target

Gain change the element commands at this output level.

Definition at line 1375 of file Compressor.h.


The documentation for this struct was generated from the following file: