---
title: resources
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/audiolibrarycomponent/resources
---

# resources

A dictionary of audio resources with user-defined names.

## Declaration

```swift
var resources: [String : AudioResource]
```

## Discussion

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.
