---
title: AudioReader.Configuration
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/audioreader/configuration-swift.struct
---

# AudioReader.Configuration

The configuration of the audio reader.

## Declaration

```swift
struct Configuration
```

## Topics

### Creating a configuration

- [init()](createmlcomponents/audioreader/configuration-swift.struct/init().md)
- [init(frameCount:)](createmlcomponents/audioreader/configuration-swift.struct/init(framecount:).md)

### Getting the frame count

- [frameCount](createmlcomponents/audioreader/configuration-swift.struct/framecount.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing buffers

- [AudioReader.AsyncBuffers](createmlcomponents/audioreader/asyncbuffers.md)
- [AudioReader.MicrophoneAsyncBuffers](createmlcomponents/audioreader/microphoneasyncbuffers.md)
