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]
  2. double hipass [@property setter]
    struct AudioEffectReverb
    @nogc nothrow @property
    void
    hipass
    (
    double v
    )

Meta