![]() |
Audacity 3.2.0
|
#include <DynamicRangeProcessorTypes.h>
Public Attributes | |
| long long | indexOfFirstSample = 0 |
| int | numSamples = 0 |
| float | targetCompressionDb = 0 |
| float | actualCompressionDb = 0 |
| float | inputDb = 0 |
| float | outputDb = 0 |
Audacity: A Digital Audio Editor
Matthieu Hodgkinson
Definition at line 19 of file DynamicRangeProcessorTypes.h.
| float DynamicRangeProcessorOutputPacket::actualCompressionDb = 0 |
Definition at line 24 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorInstance::RealtimeProcess().
| long long DynamicRangeProcessorOutputPacket::indexOfFirstSample = 0 |
Definition at line 21 of file DynamicRangeProcessorTypes.h.
Referenced by DynamicRangeProcessorHistory::GetPacketTime(), and CompressorInstance::RealtimeProcess().
| float DynamicRangeProcessorOutputPacket::inputDb = 0 |
Definition at line 25 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorInstance::RealtimeProcess().
| int DynamicRangeProcessorOutputPacket::numSamples = 0 |
Definition at line 22 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorInstance::RealtimeProcess().
| float DynamicRangeProcessorOutputPacket::outputDb = 0 |
Definition at line 26 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorInstance::RealtimeProcess().
| float DynamicRangeProcessorOutputPacket::targetCompressionDb = 0 |
Definition at line 23 of file DynamicRangeProcessorTypes.h.
Referenced by CompressorInstance::RealtimeProcess().