Audio Decrackler

Remove crackles and subtle impulsive noise from audio files. Ideal for restoring old recordings, cassette tapes, and digitized vinyl with surface noise

Click to upload file or drag and drop file here

Maximum file size: 50MB Supported formats: audio/mpeg, audio/wav, audio/flac, audio/aac, audio/ogg, audio/mp4, audio/x-m4a

Key Facts

Category
Images, Audio & Video
Input Types
file, select
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Audio Decrackler is an advanced restoration tool designed to remove crackles, pops, and subtle impulsive noise from your audio files. Perfect for cleaning up digitized vinyl records, old cassette tapes, and vintage recordings, this tool helps you restore audio clarity by targeting surface noise without compromising the original sound quality.

When to Use

  • When digitizing vintage vinyl records that suffer from persistent surface crackles and dust pops.
  • When restoring archival cassette tapes or old voice recordings that contain subtle impulsive background noise.
  • When preparing historical audio assets for remastering, broadcasting, or digital archiving.

How It Works

  • Upload your audio file in a supported format such as MP3, WAV, FLAC, AAC, OGG, or M4A.
  • Select the decrackle intensity, noise profile, and audio smoothing level based on the severity of the surface noise.
  • Click process to analyze the audio waveform, isolate impulsive crackles, and apply targeted noise reduction.
  • Download the restored, clean audio file directly to your device.

Use Cases

Restoring digitized vinyl tracks by removing dust clicks and surface crackle.
Cleaning up historical speech recordings and oral histories captured on magnetic tape.
Polishing field recordings that captured minor environmental pops or static interference.

Examples

1. Restoring a Digitized 1970s Vinyl Record

Archivist
Background
An archivist digitized an old LP record, but the resulting WAV file contains heavy surface crackle from years of wear.
Problem
The crackles distract from the music, making the digital archive sound low-quality.
How to Use
Upload the WAV file, set Decrackle Intensity to 'High', Noise Profile to 'Heavy', and Audio Smoothing to 'Light' to preserve the original high-end frequencies.
Example Config
{
  "audioFile": "vintage_lp.wav",
  "intensity": "high",
  "noiseProfile": "heavy",
  "smoothness": "light"
}
Outcome
The prominent surface crackles are removed, leaving a clean, clear digital master of the vintage track.

2. Cleaning Up a Cassette Tape Interview

Podcast Producer
Background
A producer is incorporating a 1990s cassette tape interview into a documentary podcast, but the audio has light, persistent tape crackle.
Problem
The subtle pops and crackles make the speaker's voice hard to understand in modern headphones.
How to Use
Upload the MP3 file, select 'Medium' Decrackle Intensity, 'Moderate' Noise Profile, and 'Medium' Audio Smoothing.
Example Config
{
  "audioFile": "interview_1995.mp3",
  "intensity": "medium",
  "noiseProfile": "moderate",
  "smoothness": "medium"
}
Outcome
The background tape crackle is suppressed, significantly improving speech intelligibility and overall production value.

Try with Samples

audio, video, file

Related Hubs

FAQ

What audio formats does the Audio Decrackler support?

The tool supports MP3, WAV, FLAC, AAC, OGG, MP4, and M4A audio files up to 50MB.

How do I choose the right Decrackle Intensity?

Use 'Medium' for typical vinyl or tape noise. Choose 'High' or 'Very High' for heavily damaged recordings, or 'Low' to preserve delicate high frequencies.

What does the Audio Smoothing option do?

Smoothing helps blend the repaired audio segments. 'Light' maintains natural dynamics, while 'Strong' provides a cleaner, more polished output at the cost of slight high-frequency softening.

Will this tool remove continuous background hiss or hum?

No, this tool is specifically optimized for impulsive noises like crackles, clicks, and pops. Continuous hiss or hum requires a dedicated denoiser.

Is there a file size limit for uploads?

Yes, the maximum supported file size for a single audio upload is 50 megabytes.

API Documentation

Request Endpoint

POST /en/api/tools/audio-decrackle

Request Parameters

Parameter Name Type Required Description
audioFile file (Upload required) Yes -
intensity select Yes -
noiseProfile select Yes -
smoothness select Yes -

File type parameters need to be uploaded first via POST /upload/audio-decrackle 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-decrackle": {
      "name": "audio-decrackle",
      "description": "Remove crackles and subtle impulsive noise from audio files. Ideal for restoring old recordings, cassette tapes, and digitized vinyl with surface noise",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-decrackle",
      "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]