Audio Loom - v0.2.2
    Preparing search index...

    Interface LoadCompleteEvent

    Event emitted when a track's metadata is loaded. Subscribe via AudioManager.onLoadComplete$.

    interface LoadCompleteEvent {
        key: string;
        channelId: string;
        group: string;
        src: string;
        duration: number;
    }
    Index

    Properties

    key: string

    Audio key that was loaded.

    channelId: string

    Channel the track was loaded on.

    group: string

    Audio group of the track.

    src: string

    Source URL of the track.

    duration: number

    Track duration in seconds.