Function AudioEffectCompressor.releaseMs
Compressor's delay time to stop reducing the signal after the signal level falls below the threshold, in milliseconds. Value can range from 20 to 2000.
double releaseMs() nothrow @property @nogc;
void releaseMs
(
double v
) nothrow @property @nogc;