Reverb
The reverberation RealityKit applies to spatial audio sources.
Declaration
struct ReverbOverview
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))