<!--
{
  "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/AVAudioUnitDelay",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAudioUnitDelay"
  },
  "title" : "AVAudioUnitDelay"
}
-->

# AVAudioUnitDelay

An object that implements a delay effect.

```
class AVAudioUnitDelay
```

## Overview

A delay unit delays the input signal by the specified time interval and then blends it with the input signal. You can also control the amount of high-frequency roll-off to simulate the effect of a tape delay.

## Topics

### Getting and setting the delay values

[`delayTime`](/documentation/AVFAudio/AVAudioUnitDelay/delayTime)

The time for the input signal to reach the output.

[`feedback`](/documentation/AVFAudio/AVAudioUnitDelay/feedback)

The amount of the output signal that feeds back into the delay line.

[`lowPassCutoff`](/documentation/AVFAudio/AVAudioUnitDelay/lowPassCutoff)

The cutoff frequency above which high frequency content rolls off, in hertz.

[`wetDryMix`](/documentation/AVFAudio/AVAudioUnitDelay/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)