---
title: "Delay"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/audio/delay
markdown: https://docs.nodetool.ai/nodes/lib/audio/delay.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/audio/delay.md
---

# Delay

**Type:** `lib.audio.Delay`

**Namespace:** `lib.audio`

## Description

Applies a delay effect to an audio file.
    audio, effect, time-based

    Use cases:
    - Create echo effects
    - Add spaciousness to sounds
    - Produce rhythmic patterns

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to process. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| delay_seconds | `float` | Delay time in seconds. | `0.5` |
| feedback | `float` | Amount of delayed signal fed back into the effect. | `0.3` |
| mix | `float` | Mix between the dry (original) and wet (delayed) signals. | `0.5` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `audio` |  |

## Related Nodes

Browse other nodes in the [lib.audio](./) namespace.
