Silence Remover (Light Edition)
A high-precision, browser-based audio utility designed to automate the process of removing dead air from recordings. This tool is ideal for podcasters, YouTubers, and musicians who need to clean up voiceovers or instrumentals quickly without uploading data to a server.
🚀 Key Features
- Automated Detection: Scans audio waveforms to identify segments that fall below a specific decibel threshold.
- Artificial Silence Insertion: Add custom-length "breathing room" (artificial silence) between trimmed segments to prevent the audio from sounding too "choppy."
- Visual Feedback:
- Red Zones: Highlight sections identified as original silence to be removed.
- Green Zones: Highlight where artificial silence will be inserted.
- EDL Export: Generate Edit Decision Lists compatible with LosslessCut, allowing you to apply these same cuts to video files without re-encoding.
- Privacy-First: All processing happens locally in your browser using the Web Audio API. No audio data is ever sent to a server.
🛠 How to Use
- Upload: Drag and drop your audio file (
.mp3,.wav) into the upload zone. - Configure:
- Noise Floor: Adjust the dB slider to define what constitutes "silence" (e.g., -40dB).
- Gap Limit: Set the minimum duration a silence must last before it is considered for removal.
- Artificial Silence: Use the green slider to add a specific amount of silence (e.g., 0.2s) between the remaining audio clips.
- Process: Click Process & Export to generate a preview.
- Download: Listen to the result and download the processed
.wavfile or the.edlfor video editing.
💻 Technology Stack
- Web Audio API: Used for decoding audio files, peak analysis, and non-destructive buffer manipulation.
- HTML5 Canvas: Powers the high-performance waveform visualization.
- Tailwind CSS: Provides a clean, "light mode" professional interface.
- WAV Encoding: Custom implementation to convert Float32 audio buffers into downloadable 16-bit PCM WAV files.