Audacity 3.2.0
|
#include <DynamicRangeProcessorTypes.h>
Public Member Functions | |
DynamicRangeProcessorSettings (const CompressorSettings &compressorSettings) | |
DynamicRangeProcessorSettings (const LimiterSettings &limiterSettings) | |
Public Attributes | |
double | inCompressionThreshDb |
double | outCompressionThreshDb |
double | kneeWidthDb |
double | compressionRatio |
double | lookaheadMs |
double | attackMs |
double | releaseMs |
double | showInput |
double | showOutput |
double | showActual |
double | showTarget |
Definition at line 104 of file DynamicRangeProcessorTypes.h.
|
inline |
Definition at line 106 of file DynamicRangeProcessorTypes.h.
|
inline |
Definition at line 122 of file DynamicRangeProcessorTypes.h.
double DynamicRangeProcessorSettings::attackMs |
Definition at line 142 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::compressionRatio |
Definition at line 140 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::inCompressionThreshDb |
Definition at line 137 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::kneeWidthDb |
Definition at line 139 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::lookaheadMs |
Definition at line 141 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorProcessor::ApplySettingsIfNeeded(), CompressorInstance::GetLatency(), operator==(), CompressorProcessor::Reinit(), and CompressorProcessor::UpdateEnvelope().
double DynamicRangeProcessorSettings::outCompressionThreshDb |
Definition at line 138 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::releaseMs |
Definition at line 143 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::showActual |
Definition at line 146 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::showInput |
Definition at line 144 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::showOutput |
Definition at line 145 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().
double DynamicRangeProcessorSettings::showTarget |
Definition at line 147 of file DynamicRangeProcessorTypes.h.
Referenced by operator==().