XSound - v4.3.10
    Preparing search index...

    Interface SoundModuleProcessor

    This class extends AudioWorkletProcessor. Overrides process method for sound source (bypass). However, this processor is not used.

    interface SoundModuleProcessor {
        port: MessagePort;
        process(inputs: Inputs, outputs: Outputs): boolean;
    }

    Hierarchy (View Summary)

    Index
    port: MessagePort = ...