XSound - v4.3.10
    Preparing search index...

    Interface NoiseModuleProcessor

    This class extends AudioWorkletProcessor. Overrides process method for generating noise.

    interface NoiseModuleProcessor {
        port: MessagePort;
        process(_inputs: Inputs, outputs: Outputs): boolean;
    }

    Hierarchy (View Summary)

    Index
    port: MessagePort = ...