---
title: reverbLevel
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/spatialaudiocomponent/reverblevel
---

# reverbLevel

The level of reverberated signal that an entity emits.

## Declaration

```swift
var reverbLevel: Audio.Decibel { get set }
```

## Discussion

Discussion The reverb level is in relative decibels, in the range  [-Decibel.infinity, Decibel.zero], where Decibel.zero is the default. Reduce this value to make the sounds less reverberant and more intimate. Reduce this value to -Decibel.infinity to cause the sounds to collapse into the head of the listener.
