Contents

Reverb

The reverberation RealityKit applies to spatial audio sources.

Declaration

struct Reverb

Overview

You can configure the reverb for spatial audio sources in your RealityKit content with the ReverbComponent.

let cinema = Entity()
let reverb: Reverb = .preset(.mediumRoomDry)
cinema.components.set(ReverbComponent(reverb: reverb))

Topics

Structures

Type Properties

Type Methods

See Also

Reverb