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]
    struct AudioEffectCompressor
    @nogc nothrow @property
    double
    ratio
    ()
  2. double ratio [@property setter]

Meta