Audio

Sample WAV 10MB File

WAV — uncompressed PCM audio

Click below for an instant download — no signup, no redirect.

Download 10MB WAV10 MB

TestFile-wav-10mb.wav

File details

FormatWAV
Extension.wav
MIME typeaudio/wav
Size10 MB
Exact bytes10,485,760
FilenameTestFile-wav-10mb.wav
Format versionWAV / PCM — Microsoft RIFF Waveform Audio
Contents440 Hz sine tone, ~60 s; 44.1 kHz, 16-bit PCM, stereo; RIFF/WAV container
EncodingPCM (wFormatTag=1); 44,100 Hz; 16-bit signed integer; stereo; 176,400 bytes/sec

What is a 10MB WAV file useful for?

A 10 MB WAV at 44.1 kHz 16-bit stereo provides approximately 60 seconds of uncompressed audio — a common size for professional sound effects, recording session takes, and audio stems in post-production workflows. Use it to test that audio upload processing is asynchronous (WAV transcoding plus waveform generation for 60 seconds takes several seconds), that your pipeline handles the full RIFF chunk without loading the data chunk into RAM unnecessarily, and to verify correct header-only metadata extraction.

What's inside this file?

Generated by ffmpeg. A 440 Hz sine tone approximately 60 seconds long at 44.1 kHz, 16-bit PCM, stereo. The data chunk contains approximately 5,292,000 stereo samples — approximately 10.58 MB of raw sample data. The RIFF header overhead is 44 bytes. Loading this file with librosa expands it to approximately 45 MB of float32 sample data in RAM (conversion from int16 to float32 doubles the sample size, times 2 channels).

Download via curl

curl -L "http://localhost:8000/files/wav/TestFile-wav-10mb.wav" \
  -o TestFile-wav-10mb.wav

Need different parameters?

Generate a custom WAV file with exact settings.

⚙ Generate custom WAV

Related formats

Other WAV sizes

Frequently asked questions