Categories

Audio Delay

Add a delay effect

Creates precise delay effects commonly used in music production. Adjustable delay time, feedback, and wet/dry mix for slapback, dotted, or rhythmic delays.

Click to upload file or drag and drop file here

Maximum file size: 200MB Supported formats: audio/*

Time between original sound and delayed repetition. Common values: 100-500ms for slapback, 250-750ms for rhythmic delays.

0 0.4 0.95

Controls how much delayed sound feeds back into itself. Higher values create longer decay tails.

0 0.4 1

Balance between dry (original) and wet (delayed) signal. 0 = dry only, 0.5 = equal mix, 1.0 = wet only.

Sync delay time to musical tempo. Useful for rhythmic delays in music production.

Key Facts

Category
Media
Input Types
file, number, range, select
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Audio Delay tool adds precise delay effects to audio files, ideal for music production. Customize delay time, feedback, and mix to create effects like slapback or rhythmic delays.

When to Use

  • When adding a slapback delay to vocals or instruments for a vintage sound.
  • For creating tempo-synced rhythmic delays in music tracks.
  • To experiment with feedback settings for long decay tails and ambient effects.

How It Works

  • Upload your audio file in a supported format.
  • Set the delay time in milliseconds or use tempo sync for musical timing.
  • Adjust feedback and wet/dry mix to shape the delay effect.
  • Choose an output format and download the processed audio file.

Use Cases

Enhancing vocal tracks with a slapback delay for added presence.
Adding depth to guitar solos with tempo-synced delays.
Creating ambient textures with high feedback and wet mix settings.

Examples

1. Slapback Delay for Vocals

Music Producer
Background
A producer is mixing a vocal track and wants to add a classic slapback delay for warmth.
Problem
The vocals sound dry and need more character.
How to Use
Upload the vocal file, set delay time to 150ms, feedback to 0.2, mix to 0.3, and output as MP3.
Outcome
The vocals now have a subtle delay that adds depth and a vintage feel.

2. Tempo-Synced Delay for Guitar

Guitarist
Background
A guitarist is recording a solo and needs the delay to match the song's tempo.
Problem
The delay effect is out of sync with the music.
How to Use
Upload the guitar audio, select tempo sync to '1/8' for eighth-note delays, set feedback to 0.5, mix to 0.4, and output as WAV.
Outcome
The guitar solo has a rhythmic delay that enhances the groove and timing.

Try with Samples

audio, file

Related Hubs

FAQ

What delay time should I use for a slapback effect?

Slapback delays typically use 100-500ms for a quick, subtle repeat.

How does the feedback parameter work?

Feedback controls how much of the delayed signal is fed back; higher values create longer echoes.

Can I sync the delay to my song's BPM?

Yes, use the tempo sync option to set delay based on quarter, eighth, or other note values.

What audio formats can I upload?

You can upload any audio file supported by your browser, such as MP3, WAV, etc.

Is there a limit on file size?

Yes, the audio file must be under 200MB.

API Documentation

Request Endpoint

POST /en/api/tools/audio-delay

Request Parameters

Parameter Name Type Required Description
audioFile file (Upload required) Yes -
delayMs number No Time between original sound and delayed repetition. Common values: 100-500ms for slapback, 250-750ms for rhythmic delays.
feedback range No Controls how much delayed sound feeds back into itself. Higher values create longer decay tails.
mix range No Balance between dry (original) and wet (delayed) signal. 0 = dry only, 0.5 = equal mix, 1.0 = wet only.
tempoSync select No Sync delay time to musical tempo. Useful for rhythmic delays in music production.
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/audio-delay to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-audio-delay": {
      "name": "audio-delay",
      "description": "Add a delay effect",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-delay",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]