Documentation
    Preparing search index...

    Type Alias PlayerParams

    type PlayerParams = {
        baseUrl: string;
        instrument: string;
        reverbDuration: number;
        timeTolerance: number;
    }
    Index
    baseUrl: string
    instrument: string
    reverbDuration: number
    timeTolerance: number