AudioEffectReverb.hipass

High-pass filter passes signals with a frequency higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency. Value can range from 0 to 1.

  1. double hipass [@property getter]
    struct AudioEffectReverb
    @nogc nothrow @property
    double
    hipass
    ()
  2. double hipass [@property setter]

Meta