---
title: "SpatializedAudioOutput"
description: "Signifies that a class is capable of configuring spatialized audio output."
type: "class"
lastmod: "2026-07-19T07:47:45.836213Z"
---
## API Reference

> Source set: Android

```kotlin
public sealed class SpatializedAudioOutput
```

Signifies that a class is capable of configuring spatialized audio output.

A [SpatializedAudioOutput](/jetpack-compose/androidx.xr.compose/compose/classes/SpatializedAudioOutput) should only be attached to one Composable at a time. If it is attached
multiple times, its associated audio output will become head locked.
