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. Default value: 4.

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

Meta