Function AudioEffectCompressor.ratio
Amount of compression applied to the audio once it passes the threshold level. The higher the ratio, the more the loud parts of the audio will be compressed. Value can range from 1 to 48.
double ratio() nothrow @property @nogc;
void ratio
(
double v
) nothrow @property @nogc;