# Audio Dropout Detector

Detect brief signal dropouts and silent gaps in audio

> Canonical page: https://elysiatools.com/en/tools/audio-dropout-detector

- **Category:** Media

- **Keywords:** audio, dropout, silence, gap, analysis, ffmpeg, repair

## Overview

Scans audio with FFmpeg silence detection plus PCM window analysis to find short dropouts, sudden gaps, and likely recording interruptions.

## Inputs

- **Audio File** (file): Select an audio file
- **Silence Threshold (dB)** (number)
- **Minimum Dropout Duration (s)** (number)

## When to use

- Quality checking podcast or voiceover recordings for sudden signal losses or hardware hiccups.
- Scanning digitized analog tapes to locate physical tape dropouts or oxide loss gaps.
- Auditing exported master tracks before distribution to ensure no digital silence glitches occurred.

## How it works

- Upload your audio file to the analyzer.
- Set the silence threshold in decibels (dB) and the minimum dropout duration in seconds.
- The tool runs FFmpeg silence detection and PCM window analysis to locate signal drops.
- Review the generated JSON report containing the exact start times, end times, and durations of all detected dropouts.

## Use cases

- Post-production quality control for audiobooks to flag mic disconnects or editing silences.
- Broadcast monitoring to verify continuous audio feed integrity and signal presence.
- Restoring archival audio by mapping physical tape dropouts for targeted repair.

## Frequently asked questions

### What audio file formats are supported?

The tool supports standard audio formats including MP3, WAV, M4A, FLAC, and OGG.

### How does the tool define a dropout?

A dropout is defined as any period where the audio signal falls below the specified decibel threshold for at least the minimum duration set.

### What is the default silence threshold?

The default threshold is -42 dB, which is suitable for detecting most noticeable signal drops in standard recordings.

### Can I detect very short glitches?

Yes, you can adjust the minimum dropout duration down to 0.02 seconds (20 milliseconds) to catch extremely brief interruptions.

### Is my audio file stored on your servers?

No, your audio file is processed securely and is not permanently stored or shared.

## Related tools

- [Audio Repair Audit Report](https://elysiatools.com/en/tools/audio-repair-audit-report): Audit an audio file and recommend repair tools
- [Audio BPM Detector](https://elysiatools.com/en/tools/audio-bpm-detector): Detect the beats per minute (BPM) of a music track
- [Audio Key Detector](https://elysiatools.com/en/tools/audio-key-detector): Detect the musical key of a track
- [Audio Loudness Report (LUFS)](https://elysiatools.com/en/tools/audio-loudness-report): Generate a report on the loudness (LUFS) and dynamic range
- [Audio Peak Detector](https://elysiatools.com/en/tools/audio-peak-detector): Find the peak volume level in an audio file
- [Audio Silence Map](https://elysiatools.com/en/tools/audio-silence-map): Output silence intervals as JSON and CSV
- [Audio Silence Report](https://elysiatools.com/en/tools/audio-silence-report): Generate a report of silent sections in an audio file
- [Audio Chord Progression Detector](https://elysiatools.com/en/tools/audio-chord-progression-detector): Estimate an audio file's chord sequence locally and download CSV, JSON, SVG, and method notes in one ZIP.

## Samples

- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free Raw PCM Audio Samples](https://elysiatools.com/en/samples/pcm-samples): Raw PCM s16le audio samples featuring nature ambience and relaxing music for waveform, playback, and conversion workflows

## Related content

- [Audio Analysis and Visualization Tools](https://elysiatools.com/en/hubs/audio-analysis-and-visualization-tools): Visualize audio, inspect stereo, diagnose signal and timing, and check files before delivery.
