Function AudioEffectCompressor.attackUs
Compressor's reaction time when the signal exceeds the threshold, in microseconds. Value can range from 20 to 2000.
double attackUs() nothrow @property @nogc;
void attackUs
(
double v
) nothrow @property @nogc;