Skip to content
>_ TrueFileSize.com

Silence Audio Files — Blank Audio Downloads

Download free silence audio files from 1 second to 1 hour in both MP3 and WAV formats. Pure silence — zero amplitude, no noise. Perfect for podcast editing, testing audio detection systems, and adding padding to video timelines.

WAV silence files (uncompressed)

silence-1sec.wav

172 KB

1s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-1sec.wav
Exact size
176,444 bytes
Displayed size
172 KB
MIME type
audio/wav
Duration
1s
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1sec.wav

silence-5sec.wav

861 KB

5s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-5sec.wav
Exact size
882,044 bytes
Displayed size
861 KB
MIME type
audio/wav
Duration
5s
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-5sec.wav

silence-30sec.wav

5.05 MB

30s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-30sec.wav
Exact size
5,292,044 bytes
Displayed size
5.05 MB
MIME type
audio/wav
Duration
30s
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-30sec.wav

silence-1min.wav

10.09 MB

60s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-1min.wav
Exact size
10,584,044 bytes
Displayed size
10.09 MB
MIME type
audio/wav
Duration
1m
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1min.wav

silence-5min.wav

50.47 MB

300s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-5min.wav
Exact size
52,920,044 bytes
Displayed size
50.47 MB
MIME type
audio/wav
Duration
5m
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-5min.wav

silence-1hour.wav

606 MB

3600s · 44100Hz · stereo · 16-bit

Verified file details
Filename
silence-1hour.wav
Exact size
635,040,044 bytes
Displayed size
606 MB
MIME type
audio/wav
Duration
60m
Sample rate
44,100 Hz
Channels
stereo
Bit depth
16-bit
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1hour.wav

MP3 silence files (compressed)

silence-1sec.mp3

172 KB

1s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-1sec.mp3
Exact size
176,444 bytes
Displayed size
172 KB
MIME type
audio/mpeg
Duration
1s
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1sec.mp3

silence-5sec.mp3

861 KB

5s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-5sec.mp3
Exact size
882,044 bytes
Displayed size
861 KB
MIME type
audio/mpeg
Duration
5s
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-5sec.mp3

silence-30sec.mp3

5.05 MB

30s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-30sec.mp3
Exact size
5,292,044 bytes
Displayed size
5.05 MB
MIME type
audio/mpeg
Duration
30s
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-30sec.mp3

silence-1min.mp3

10.09 MB

60s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-1min.mp3
Exact size
10,584,044 bytes
Displayed size
10.09 MB
MIME type
audio/mpeg
Duration
1m
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1min.mp3

silence-5min.mp3

50.47 MB

300s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-5min.mp3
Exact size
52,920,044 bytes
Displayed size
50.47 MB
MIME type
audio/mpeg
Duration
5m
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-5min.mp3

silence-1hour.mp3

606 MB

3600s · 128kbps · 44100Hz · stereo

Verified file details
Filename
silence-1hour.mp3
Exact size
635,040,044 bytes
Displayed size
606 MB
MIME type
audio/mpeg
Duration
60m
Bitrate
128 kbps
Sample rate
44,100 Hz
Channels
stereo
License
CC0 / Public Domain
Download URL
https://truefilesize.com/files/silence/silence-1hour.mp3

Use cases for silence audio files

  • Podcast editing — insert pauses between segments
  • Testing audio detection and voice activity detection (VAD)
  • Adding padding/spacing to video editing timelines
  • Testing audio player behavior with silent content
  • Placeholder audio tracks for video files
  • Testing audio level meters and visualization with zero input
  • Ringtone replacement — silent ringtone for muting notifications

WAV vs MP3 for silence — which to use?

Use WAV when

  • +Professional audio/video editing (DAWs)
  • +Lossless quality is required
  • +Concatenating with other WAV files
  • +File size doesn't matter

Use MP3 when

  • +File size matters (MP3 is ~50x smaller)
  • +Web/app audio playback
  • +Silent ringtone or notification
  • +Email attachment size limits

Generate silence yourself

FFmpeg (any duration)

# 60 seconds of silence as WAV
ffmpeg -f lavfi -i anullsrc=r=44100:cl=stereo -t 60 silence-1min.wav

# 60 seconds of silence as MP3
ffmpeg -f lavfi -i anullsrc=r=44100:cl=stereo -t 60 -c:a libmp3lame -b:a 128k silence-1min.mp3

Python

import wave, struct

duration = 60  # seconds
sample_rate = 44100
with wave.open('silence.wav', 'w') as f:
    f.setnchannels(2)
    f.setsampwidth(2)
    f.setframerate(sample_rate)
    f.writeframes(b'\x00' * sample_rate * 4 * duration)

Technical specifications

ContentPure silence (zero amplitude)
WAV formatPCM 16-bit, 44100 Hz, stereo
MP3 format128 kbps CBR, 44100 Hz, stereo
Durations1s, 5s, 30s, 1min, 5min, 1hour
Noise floorDigital zero (no noise)

Frequently Asked Questions

Is this truly silent or does it contain background noise?
Truly silent — every sample is digital zero. No white noise, no hiss, no ambient sound. This is different from recording silence with a microphone, which always captures some noise. Our files are programmatically generated zeros.
Why would I need a 1-hour silence file?
Common uses: silent ringtone to mute specific contacts, testing long-running audio playback, padding in automated video rendering pipelines, and testing audio player memory usage over extended playback periods.
Can I use these as a silent ringtone?
Yes. Download the 1-second or 5-second MP3 and set it as a ringtone on your phone. This effectively mutes that contact/app without using Do Not Disturb mode.
Why is the WAV file so much larger than MP3?
WAV is uncompressed — 1 minute of stereo 44100Hz 16-bit audio is always ~10MB regardless of content. MP3 compression reduces silence to ~120KB for the same duration because silence compresses extremely well.
Will audio detection systems detect these as silence?
Yes. Voice Activity Detection (VAD) systems should classify these as silence since the amplitude is exactly zero. Use them to verify your VAD threshold settings and silence-detection algorithms.

Other audio formats

Related reading