Strata - v1.4.10
    Preparing search index...

    Interface AudioContextValue

    Context value provided by the AudioProvider.

    interface AudioContextValue {
        isReady: boolean;
        listener: AudioListener | null;
        soundManager: SoundManager | null;
        spatialAudio: SpatialAudio | null;
    }
    Index

    Properties

    isReady: boolean

    Whether the audio system has successfully initialized.

    listener: AudioListener | null

    The active Three.js AudioListener attached to the camera.

    soundManager: SoundManager | null

    The core SoundManager instance.

    spatialAudio: SpatialAudio | null

    The core SpatialAudio instance for 3D processing.