Audacity 3.2.0
Public Attributes | List of all members
DynamicRangeProcessorOutputPacket Struct Reference

#include <DynamicRangeProcessorTypes.h>

Public Attributes

long long indexOfFirstSample = 0
 
int numSamples = 0
 
float targetCompressionDb = 0
 
float actualCompressionDb = 0
 
float inputDb = 0
 
float outputDb = 0
 

Detailed Description


Audacity: A Digital Audio Editor

DynamicRangeProcessorTypes.h

Matthieu Hodgkinson

Definition at line 19 of file DynamicRangeProcessorTypes.h.

Member Data Documentation

◆ actualCompressionDb

float DynamicRangeProcessorOutputPacket::actualCompressionDb = 0

Definition at line 24 of file DynamicRangeProcessorTypes.h.

Referenced by CompressorInstance::RealtimeProcess().

◆ indexOfFirstSample

long long DynamicRangeProcessorOutputPacket::indexOfFirstSample = 0

◆ inputDb

float DynamicRangeProcessorOutputPacket::inputDb = 0

Definition at line 25 of file DynamicRangeProcessorTypes.h.

Referenced by CompressorInstance::RealtimeProcess().

◆ numSamples

int DynamicRangeProcessorOutputPacket::numSamples = 0

Definition at line 22 of file DynamicRangeProcessorTypes.h.

Referenced by CompressorInstance::RealtimeProcess().

◆ outputDb

float DynamicRangeProcessorOutputPacket::outputDb = 0

Definition at line 26 of file DynamicRangeProcessorTypes.h.

Referenced by CompressorInstance::RealtimeProcess().

◆ targetCompressionDb

float DynamicRangeProcessorOutputPacket::targetCompressionDb = 0

Definition at line 23 of file DynamicRangeProcessorTypes.h.

Referenced by CompressorInstance::RealtimeProcess().


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