---
title: "asSpatializedAudioOutput"
description: "Returns a SpatializedAudioOutput that wraps this SoundEffectPoolComponent."
type: "function"
lastmod: "2026-07-19T07:47:45.705965Z"
---
## API Reference

### asSpatializedAudioOutput

> Source set: Android

```kotlin
public fun SoundEffectPoolComponent.asSpatializedAudioOutput(): SpatializedAudioOutput
```

Returns a [SpatializedAudioOutput](/jetpack-compose/androidx.xr.compose/compose/classes/SpatializedAudioOutput) that wraps this `SoundEffectPoolComponent`. This allows the
component's audio to be spatialized from the Composable it is attached to via
[spatializedAudioOutput](/jetpack-compose/androidx.xr.compose/compose/functions/spatializedAudioOutput).
