Entracte (TypeScript)
    Preparing search index...

    Type Alias BreakSound

    Per-break-kind sound config: mode + which sound id from the bundled catalogue (see src/lib/sounds.ts). When sound_id === "custom" the playback path resolves to custom_path instead (Supporter pack).

    type BreakSound = {
        custom_path?: string;
        mode: BreakSoundMode;
        sound_id: string;
    }
    Index

    Properties

    custom_path?: string
    sound_id: string