---
title: BypassedSpatialAudio
framework: audiotoolbox
role: symbol
role_heading: Structure
path: audiotoolbox/bypassedspatialaudio
---

# BypassedSpatialAudio

An experience in which the system does not apply spatial processing to the audio stream.

## Declaration

```swift
struct BypassedSpatialAudio
```

## Overview

Overview Use this if implementing your own spatial audio rendering or designing an experience that should not have spatial audio. // Configure an audio player with a bypassed spatial audio experience. myPlayer.intendedSpatialExperience = .bypassed

## 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)
