Documentation
    Preparing search index...

    Interface SamplerOptions

    The possible options for this node

    interface SamplerOptions {
        attack: Time;
        baseUrl: string;
        context: BaseContext;
        curve: OneShotSourceCurve;
        onerror: (error: Error) => void;
        onload: () => void;
        release: Time;
        urls: SamplesMap;
        volume: number;
    }

    Hierarchy (View Summary)

    Index
    attack: Time
    baseUrl: string
    context: BaseContext
    onerror: (error: Error) => void
    onload: () => void
    release: Time
    volume: number