---
title: SpatialAudioExperiences.SoundStageSize
framework: audiotoolbox
role: symbol
role_heading: Enumeration
path: audiotoolbox/spatialaudioexperiences/soundstagesize
---

# SpatialAudioExperiences.SoundStageSize

Configure the distribution of audio channels in 3D space.

## Declaration

```swift
enum SoundStageSize
```

## Overview

Overview For multi-channel sounds, the sound stage size describes how the channels are positioned relative to the coordinates described in the sound’s channel layout.

## Topics

### Enumeration Cases

- [SpatialAudioExperiences.SoundStageSize.automatic](audiotoolbox/spatialaudioexperiences/soundstagesize/automatic.md)
- [SpatialAudioExperiences.SoundStageSize.large](audiotoolbox/spatialaudioexperiences/soundstagesize/large.md)
- [SpatialAudioExperiences.SoundStageSize.medium](audiotoolbox/spatialaudioexperiences/soundstagesize/medium.md)
- [SpatialAudioExperiences.SoundStageSize.small](audiotoolbox/spatialaudioexperiences/soundstagesize/small.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
