cacophony
    Preparing search index...

    Interface BarberpoleOptions

    Options for the SSB spectral-delay barberpole phaser (DAFx-15 Fig. 12).

    interface BarberpoleOptions {
        coefficient?: number;
        mix?: number;
        rate?: number;
        stages?: number;
    }
    Index
    coefficient?: number

    Spectral-delay allpass coefficient. -0.5 approximates octave spacing. Default -0.5.

    mix?: number

    Effect mix (0 = aligned dry, 1 = barberpole sum). Default 1.

    rate?: number

    Signed notch travel rate and direction in Hz. Default 0.1.

    stages?: number

    Cascaded allpass count; two stages produce one notch. Default 32.