---
title: AutomaticSpatialAudio
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/automaticspatialaudio
---

# AutomaticSpatialAudio

A spatial audio experience determined by the system.

## Declaration

```swift
struct AutomaticSpatialAudio
```

## Overview

Overview Sounds with an automatic spatial audio experience that belong to an AVAudioSession inherit its intendedSpatialExperience. // Configure an audio player with an automatic spatial audio experience. myPlayer.intendedSpatialExperience = .automatic

## 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)
- [SpatialAudioExperience](audiotoolbox/spatialaudioexperience.md)
