Audacity 3.2.0
Classes | Variables
DynamicRangeProcessorUtils::Detail Namespace Reference

Classes

struct  SerializedPreset
 

Variables

const std::vector< SerializedPresetserializedCompressorPresets
 
const std::vector< SerializedPresetserializedLimiterPresets
 

Variable Documentation

◆ serializedCompressorPresets

const std::vector<SerializedPreset> DynamicRangeProcessorUtils::Detail::serializedCompressorPresets

◆ serializedLimiterPresets

const std::vector<SerializedPreset> DynamicRangeProcessorUtils::Detail::serializedLimiterPresets
Initial value:
{
{ XO("Master Limiter"),
"Limiter:kneeWidthDb=\"0.1\" lookaheadMs=\"0.1\" makeupTargetDb=\"-0.1\" releaseMs=\"0.1\" showActual=\"1\" showInput=\"0\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-0.1\"" },
{ XO("SFX Limiter"),
"Limiter:kneeWidthDb=\"1\" lookaheadMs=\"1\" makeupTargetDb=\"-1\" releaseMs=\"1\" showActual=\"1\" showInput=\"0\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-3\"" },
{ XO("VO Limiter"),
"Limiter:kneeWidthDb=\"0\" lookaheadMs=\"0.1\" makeupTargetDb=\"-1\" releaseMs=\"10.1\" showActual=\"1\" showInput=\"1\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-4\"" },
{ XO("Modern"),
"Limiter:kneeWidthDb=\"0\" lookaheadMs=\"1\" makeupTargetDb=\"-1.5\" releaseMs=\"5\" showActual=\"0\" showInput=\"1\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-1.5\""},
{ XO("Modern Punch"),
"Limiter:kneeWidthDb=\"0\" lookaheadMs=\"1\" makeupTargetDb=\"-1.5\" releaseMs=\"5\" showActual=\"0\" showInput=\"1\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-1.5\""},
{ XO("Modern Punch 2"),
"Limiter:kneeWidthDb=\"1\" lookaheadMs=\"1\" makeupTargetDb=\"-1.5\" releaseMs=\"2\" showActual=\"1\" showInput=\"1\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-1\""},
{ XO("Play it Loud"),
"Limiter:kneeWidthDb=\"0\" lookaheadMs=\"1\" makeupTargetDb=\"-2.2\" releaseMs=\"5\" showActual=\"0\" showInput=\"1\" showOutput=\"1\" showTarget=\"0\" thresholdDb=\"-8.5\""},
}
XO("Cut/Copy/Paste")

Definition at line 132 of file DynamicRangeProcessorUtils.h.

Referenced by DynamicRangeProcessorUtils::GetLimiterPresets(), and DynamicRangeProcessorUtils::TEST_CASE().