AudioEffectCompressor.threshold

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

  1. double threshold [@property getter]
  2. double threshold [@property setter]
    struct AudioEffectCompressor
    @nogc nothrow @property
    void
    threshold
    (
    double v
    )

Meta