|
sc2-gamedata
|
DSP Compressor. More...
#include <DSP.h>


Public Attributes | |
| real32 | Attack |
| Attack. More... | |
| real32 | GainMakeUp |
| Gain Make Up. More... | |
| real32 | Release |
| Release. More... | |
| real32 | Threshold |
| Threshold. More... | |
DSP Compressor.
| real32 CDSPCompressor::Attack |
Attack.
Amount of time (in milliseconds) the compressor will take to fade in a volume adjustment.
| real32 CDSPCompressor::GainMakeUp |
Gain Make Up.
Amount the entire signal is boosted after the compression effect has been applied.
| real32 CDSPCompressor::Release |
Release.
Amount of time (in milliseconds) the compressor will take to fade out a volume adjustment.
| real32 CDSPCompressor::Threshold |
Threshold.
Compression will be applied whenever the signal surpasses this threshold level.
1.8.14