Function AudioEffectCompressor.threshold

The level above which compression is applied to the audio. Value can range from -60 to 0.

double threshold() nothrow @property @nogc;

void threshold (
  double v
) nothrow @property @nogc;