AudioCompressorV2.AudioCompressorV2 Class Reference

Audio Compressor V2 operator properties for Script Engine . Read the documentation for more info.

Properties

float Threshold [get, set]
 Threshold (dB). [min=-48, max=24, default=-18].
 
float Ratio [get, set]
 Ratio. [min=1, max=20, default=4].
 
float MakeupGainDb [get, set]
 Makeup gain (dB). [min=0, max=24, default=0].
 
float AttackTimeMs [get, set]
 Attack time (ms)
 
float ReleaseTimeMs [get, set]
 Attack time (ms)
 
float KneeWidthDb [get, set]
 Knee. [min=1, max=8, default=2.8].
 
AudioCompressorDetectorMode CompressorDetectorMode [get, set]
 Compressor mode.
 
float LookAheadMs [get, set]
 Look ahead (ms) [min=1, max=8, default=4].
 
bool SignalOverLoad [get]
 Signal overload. Auto-reset after 2 seconds.
 
string PeakValueDbString [get]
 Peak Overload (dB). Auto-reset after 2 seconds.
 
float GainReductionMeterL [get]
 Gain reduction Left (dB). Smoothed over 300 ms.
 
float GainReductionMeterR [get]
 Gain reduction Right (dB). Smoothed over 300 ms.
 
Command ResetCommand [get]
 Reset operator settings.