<!--
{
  "availability" : [
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioSession/SoundStageSize",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioSessionSoundStageSize"
  },
  "title" : "AVAudioSession.SoundStageSize"
}
-->

# AVAudioSession.SoundStageSize

Constants that specify the perceived size of sounds the audio session plays.

```
enum SoundStageSize
```

## Topics

### Sound stage sizes

[`AVAudioSessionSoundStageSizeAutomatic`](/documentation/AVFAudio/AVAudioSession/SoundStageSize/automatic)

The system sets the sound stage size.

[`AVAudioSessionSoundStageSizeSmall`](/documentation/AVFAudio/AVAudioSession/SoundStageSize/small)

A small sound stage.

[`AVAudioSessionSoundStageSizeMedium`](/documentation/AVFAudio/AVAudioSession/SoundStageSize/medium)

A medium sound stage.

[`AVAudioSessionSoundStageSizeLarge`](/documentation/AVFAudio/AVAudioSession/SoundStageSize/large)

A large sound stage.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)