Strata - v1.4.10
    Preparing search index...

    Interface AudioConfig

    Configuration for creating an audio manager.

    const config: AudioConfig = {
    masterVolume: 0.8,
    muted: false,
    preloadSounds: ['bgm', 'sfx'],
    };
    interface AudioConfig {
        autoUnlock?: boolean;
        html5PoolSize?: number;
        masterVolume?: number;
        muted?: boolean;
        preloadSounds?: string[];
    }
    Index

    Properties

    autoUnlock?: boolean
    html5PoolSize?: number
    masterVolume?: number
    muted?: boolean
    preloadSounds?: string[]