Interface ConvolverOptions

The possible options for this node

interface ConvolverOptions {
    context: BaseContext;
    normalize: boolean;
    onload: (() => void);
    url?: string | AudioBuffer | ToneAudioBuffer;
}

Hierarchy (view full)

Properties

context: BaseContext
normalize: boolean
onload: (() => void)

Type declaration

    • (): void
    • Returns void

url?: string | AudioBuffer | ToneAudioBuffer