AudioEffectCompressor.mix

Balance between original signal and effect signal. Value can range from 0 (totally dry) to 1 (totally wet). Default value: 1.

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

Meta