---
title: "SoundFieldExoplayerAudioOutput"
description: "Creates a SpatializedExoplayerAudioOutput from SoundFieldAttributes."
type: "class"
lastmod: "2026-07-19T07:47:45.823318Z"
---
## API Reference

> Source set: Android

```kotlin
public class SoundFieldExoplayerAudioOutput
@RememberInComposition
constructor(session: Session, soundFieldAttributes: SoundFieldAttributes) :
    SpatializedExoplayerAudioOutput()
```

Creates a [SpatializedExoplayerAudioOutput](/jetpack-compose/androidx.xr.compose/compose/classes/SpatializedExoplayerAudioOutput) from `SoundFieldAttributes`. When used with an
ExoPlayer.Builder instance and [spatializedAudioOutput](/jetpack-compose/androidx.xr.compose/compose/functions/spatializedAudioOutput), audio will be spatialized from the
Composable it is attached to.
