Categories

Audio De-Esser

Reduce sibilance (harsh “s” sounds) using dynamic equalization

Targets sibilant bands with dynamic equalization (adynamicequalizer) to tame harsh “s” sounds without over-darkening.

Click to upload file or drag and drop file here

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

Key Facts

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

Overview

The Audio De-Esser tool reduces harsh sibilant sounds, such as 's' and 'sh', in audio recordings using dynamic equalization. It targets specific frequency bands to tame sibilance without over-darkening the audio, ensuring clear and natural vocal quality.

When to Use

  • When editing voice recordings to remove distracting 's' sounds that affect clarity.
  • During podcast production to improve listener experience by smoothing out harsh vocal frequencies.
  • In music mixing to balance vocal tracks with excessive sibilance for a polished sound.

How It Works

  • Upload an audio file in a supported format like MP3, WAV, or AAC.
  • Adjust parameters such as center frequency, bandwidth, threshold, and ratio to target sibilant bands precisely.
  • The tool applies dynamic equalization to reduce sibilance only when it exceeds the set threshold.
  • Download the processed audio in your chosen output format, such as MP3 or FLAC.

Use Cases

Podcast editing to enhance vocal clarity and reduce listener fatigue from sibilant sounds.
Voiceover production for audiobooks or commercials to ensure professional and smooth narration.
Music production to refine vocal tracks in songs by minimizing harsh 's' frequencies.

Examples

1. Podcast Vocal Cleanup

Podcast Host
Background
A podcast host records episodes with a condenser microphone that captures harsh 's' sounds, making the audio tiring to listen to.
Problem
The recording has noticeable sibilance that distracts from the content and reduces audio quality.
How to Use
Upload the podcast audio file, set the center frequency to 6500 Hz, threshold to 0.1, and ratio to 4, then process and download.
Example Config
frequency: 6500, bandwidth: 4000, threshold: 0.1, ratio: 4
Outcome
The processed audio has reduced sibilance, resulting in a smoother and more professional sound for listeners.

2. Audiobook Narration Enhancement

Background
A voice actor records narration for an audiobook using a high-quality microphone, but the 's' sounds are overly sharp.
Problem
The sharp sibilance makes the narration sound harsh and less engaging for the audience.
How to Use
Use the tool with default settings or adjust the bandwidth to 4000 Hz for broader sibilant targeting, then export as WAV.
Outcome
The narration becomes clearer and more natural, improving the overall listening experience without losing vocal detail.

Try with Samples

audio, file

Related Hubs

FAQ

What is sibilance in audio?

Sibilance refers to harsh, high-frequency sounds like 's', 'sh', or 'z' in speech or vocals that can be unpleasant to hear.

Which audio formats can I upload?

You can upload common audio formats including MP3, WAV, AAC, and others, with a file size limit of 200 MB.

How do I adjust the de-esser settings?

Use the center frequency to target the sibilant band (default 6500 Hz), threshold (0-1) to control sensitivity, and ratio to set reduction strength.

Can I preview the changes before downloading?

This tool processes the file directly; for preview, consider using audio editing software to test settings before upload.

What output formats are supported?

Output formats include MP3, AAC, M4A, OGG Vorbis, Opus, FLAC, and WAV, allowing flexibility for different use cases.

API Documentation

Request Endpoint

POST /en/api/tools/audio-de-esser

Request Parameters

Parameter Name Type Required Description
audioFile file (Upload required) Yes -
frequency number No -
bandwidth number No -
threshold number No -
ratio number No -
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/audio-de-esser 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-de-esser": {
      "name": "audio-de-esser",
      "description": "Reduce sibilance (harsh “s” sounds) using dynamic equalization",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-de-esser",
      "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]