---
title: FixedSpatialAudio
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/fixedspatialaudio
---

# FixedSpatialAudio

A spatial experience that does not take user motion into account.

## Declaration

```swift
struct FixedSpatialAudio
```

## Overview

Overview The lack of spatial tracking gives the impression of a “fixed” spatial experience locked to the user’s frame of reference. // Configure an audio player with a fixed spatial audio experience. myPlayer.intendedSpatialExperience = .fixed For multi-channel experiences, you might also consider specifying the experience’s sound stage size if a system-specified size is not desirable. // Configure an audio player with a fixed spatial audio experience // that has a large sound stage size. myPlayer.intendedSpatialExperience = .fixed(soundStageSize: .large)

## Topics

### Instance Properties

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