Contents

AudioBufferResource

An audio resource that you load from an Avaudiobuffer.

Declaration

@MainActor @preconcurrency class AudioBufferResource

Overview

Use the resource to create an AudioPlaybackController instance by calling an entity’s prepareAudio(_:) or playAudio(_:) function. The controller plays the audio from the location in space of the entity that created the controller.

Topics

Creating an audio buffer resource

Describing the resource

Supporting types

Deprecated

See Also

Audio resources