Audio

Sample WAV 50MB File

WAV — uncompressed PCM audio

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

Download 50MB WAV50 MB

TestFile-wav-50mb.wav

File details

FormatWAV
Extension.wav
MIME typeaudio/wav
Size50 MB
Exact bytes52,428,800
FilenameTestFile-wav-50mb.wav
Format versionWAV / PCM — Microsoft RIFF Waveform Audio
Contents440 Hz sine tone, ~5 min; 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 50MB WAV file useful for?

A 50 MB WAV at 44.1 kHz 16-bit stereo provides approximately 5 minutes of uncompressed audio — a common size for a music recording session take, a podcast chapter in WAV master format, or a batch of sound effects. Use it to verify that your audio upload enforces a file-size limit before processing (or handles large WAV files via multipart upload), that async transcoding is triggered correctly, and that WAV-to-compressed-format conversion stays within worker memory limits.

What's inside this file?

Generated by ffmpeg. A 440 Hz sine tone approximately 5 minutes long at 44.1 kHz, 16-bit PCM, stereo. The data chunk contains approximately 26,460,000 stereo samples. Full decode with librosa would load approximately 210 MB of float32 data into RAM. Always use stream-based processing (chunk reads) rather than full decode for WAV files above 10 MB.

Download via curl

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

Need different parameters?

Generate a custom WAV file with exact settings.

⚙ Generate custom WAV

Related formats

Other WAV sizes

Frequently asked questions