Contents

resources

A dictionary of audio resources with user-defined names.

Declaration

var resources: [String : AudioResource]

Discussion

The values can be any AudioResource type, such as AudioFileResource or AudioFileGroupResource. In memory, you can also use AudioBufferResource, but this type doesn’t support serializing to disk or sharing via network.