XSound - v4.3.12
    Preparing search index...

    Type Alias IRCabinetParams

    type IRCabinetParams = {
        buffer?: AudioBuffer | string | null;
        state?: boolean;
        tone?: number;
    }
    Index
    buffer?: AudioBuffer | string | null
    state?: boolean
    tone?: number