dacha
    Preparing search index...

    Interface AudioSourceConfig

    interface AudioSourceConfig {
        autoplay: boolean;
        group: string;
        looped: boolean;
        src: string;
        volume: number;
    }
    Index
    autoplay: boolean
    group: string
    looped: boolean
    src: string
    volume: number