AudioEffectPhaser.depth

Governs how high the filter frequencies sweep. Low value will primarily affect bass frequencies. High value can sweep high into the treble. Value can range from 0.1 to 4. Default value: 1.

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

Meta