PokéRogue
    Preparing search index...

    Interface AudioWorklet

    The AudioWorklet interface of the Web Audio API is used to supply custom audio processing scripts that execute in a separate thread to provide very low latency audio processing. Available only in secure contexts.

    MDN Reference

    interface AudioWorklet {
        addModule(
            moduleURL: string | URL,
            options?: WorkletOptions,
        ): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods