<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioUnitReverb",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAudioUnitReverb"
  },
  "title" : "AVAudioUnitReverb"
}
-->

# AVAudioUnitReverb

An object that implements a reverb effect.

```
class AVAudioUnitReverb
```

## Overview

A reverb simulates the acoustic characteristics of a particular environment. Use the different presets to simulate a particular space and blend it in with the original signal using the [`wetDryMix`](/documentation/AVFAudio/AVAudioUnitReverb/wetDryMix) property.

## Topics

### Configure the reverb

[`loadFactoryPreset(_:)`](/documentation/AVFAudio/AVAudioUnitReverb/loadFactoryPreset(_:))

Configures the audio unit as a reverb preset.

[`AVAudioUnitReverbPreset`](/documentation/AVFAudio/AVAudioUnitReverbPreset)

Constants that represent preset reverbs.

### Getting and setting the reverb values

[`wetDryMix`](/documentation/AVFAudio/AVAudioUnitReverb/wetDryMix)

The blend of the wet and dry signals.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)