@game-vir/audio - v15.1.1
    Preparing search index...

    Type Alias AudioFiles

    AudioFiles: Readonly<
        Record<
            string,
            Readonly<
                Pick<
                    AudioFileParams,
                    "sources"
                    | "volume"
                    | "fetch"
                    | "createEffects",
                >,
            >,
        >,
    >

    All audio files that an AudioPlayer instance will include. This base type is extended by the type parameter and constructor argument of AudioPlayer.