---
title: delayTime
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiounitdelay/delaytime
---

# delayTime

The time for the input signal to reach the output.

## Declaration

```swift
var delayTime: TimeInterval { get set }
```

## Discussion

Discussion You specify the delay in seconds. The default value is 1. The valid range of values is 0 to 2 seconds.

## See Also

### Getting and setting the delay values

- [feedback](avfaudio/avaudiounitdelay/feedback.md)
- [lowPassCutoff](avfaudio/avaudiounitdelay/lowpasscutoff.md)
- [wetDryMix](avfaudio/avaudiounitdelay/wetdrymix.md)
