Taos API Reference
    Preparing search index...

    Class AudioLoader

    Loads and decodes audio files into AudioClips, caching results so the same URL is fetched and decoded only once. In-flight loads are deduped: two concurrent load(url) calls share a single fetch+decode.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Drop a single cached entry (or all entries when url is omitted).

      Parameters

      • Optionalurl: string

      Returns void