Audio Declicker

Remove clicks and pops from audio files caused by vinyl records, digital errors, or other impulsive noise sources

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 Declicker is an online utility designed to restore audio quality by removing unwanted clicks, pops, and impulsive noises. Whether your audio suffers from vinyl record scratches, digital buffer underruns, or microphone interference, this tool isolates and repairs transient spikes without compromising the underlying sound.

When to Use

  • When digitizing vintage vinyl records or shellac discs that suffer from physical scratches, dust, and surface pops.
  • When repairing digital audio recordings that contain buffer dropouts, clock sync errors, or digital clicks.
  • When cleaning up vocal tracks or podcasts containing sharp mouth clicks, saliva noises, or sudden microphone plosives.

How It Works

  • Upload your audio file in WAV, MP3, FLAC, AAC, OGG, or M4A format.
  • Select your click detection threshold, burst threshold, and detection method based on the severity of the noise.
  • The algorithm analyzes the waveform to detect sudden, high-frequency transient spikes that deviate from the surrounding audio.
  • The tool interpolates the damaged samples to seamlessly reconstruct the waveform and outputs a clean, restored audio file.

Use Cases

Restoring digitized vinyl LP tracks by eliminating crackles and pops caused by dust and scratches.
Cleaning up podcast interviews recorded with low-quality microphones or digital connection glitches.
Preparing archival audio recordings for remastering by removing historical impulse noises.

Examples

1. Restoring a Digitized Vinyl Record Track

Archivist
Background
An archivist is digitizing a rare 1970s vinyl record. The resulting WAV file contains noticeable pops and crackles due to minor surface scratches.
Problem
The surface noise distracts from the music, but manual spectral editing of hundreds of clicks is too time-consuming.
How to Use
Upload the digitized WAV file, set the Click Detection Threshold to 'Medium', set the Burst Threshold to 'Medium (5 samples)', and select the 'Adaptive' detection method.
Example Config
audioFile: vinyl_rip.wav, clickThreshold: medium, burstThreshold: medium, method: adaptive
Outcome
The tool successfully removes the sharp pops and crackles, leaving a clean, continuous musical track with no audible artifacts.

2. Fixing Digital Buffer Clicks in a Podcast

Podcast Producer
Background
A podcast producer receives a guest's audio track recorded remotely. Due to a CPU spike during recording, the audio has periodic digital clicks and dropouts.
Problem
The digital clicks sound harsh and unprofessional to listeners.
How to Use
Upload the guest's MP3 track, set the Click Detection Threshold to 'High (Aggressive)', set the Burst Threshold to 'Short (2 samples)' to target tiny digital spikes, and choose the 'Fixed' detection method.
Example Config
audioFile: guest_interview.mp3, clickThreshold: high, burstThreshold: short, method: fixed
Outcome
The harsh digital clicks are completely eliminated, restoring smooth vocal continuity for the final podcast episode.

Try with Samples

audio, video, file

Related Hubs

FAQ

What audio formats are supported by the Audio Declicker?

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

What is the difference between Adaptive and Fixed detection methods?

Adaptive adjusts the detection threshold dynamically based on the surrounding audio volume, while Fixed uses a constant threshold throughout the entire file.

Will declicking degrade the overall quality of my music?

No, the algorithm target-repairs only the brief impulsive clicks lasting a few samples while leaving the rest of the audio spectrum untouched.

How do I choose the right Click Detection Threshold?

Use 'Low' for light clicks to preserve high frequencies, 'Medium' for general restoration, and 'High' or 'Very Aggressive' for heavily damaged recordings.

What does the Burst Threshold setting do?

It defines the duration of the click to be removed, ranging from short (2 samples) to long (10 samples), or disabled for single-sample spikes.

API Documentation

Request Endpoint

POST /en/api/tools/audio-declick

Request Parameters

Parameter Name Type Required Description
audioFile file (Upload required) Yes -
clickThreshold select Yes -
burstThreshold select Yes -
method select Yes -

File type parameters need to be uploaded first via POST /upload/audio-declick 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-declick": {
      "name": "audio-declick",
      "description": "Remove clicks and pops from audio files caused by vinyl records, digital errors, or other impulsive noise sources",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-declick",
      "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]