AudioStreamPlayer3D.attenuationFilterCutoffHz

Dampens audio using a low-pass filter above this frequency, in Hz. To disable the dampening effect entirely, set this to 20500 as this frequency is above the human hearing limit.

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

Meta