Sample MP3 50MB File
MP3 audio — 192 kbps, tone or sweep
Click below for an instant download — no signup, no redirect.
Download 50MB MP350 MBTestFile-mp3-50mb.mp3
File details
| Format | MP3 |
| Extension | .mp3 |
| MIME type | audio/mpeg |
| Size | 50 MB |
| Exact bytes | 52,428,800 |
| Filename | TestFile-mp3-50mb.mp3 |
| Format version | MPEG-1 Layer 3 (MP3), 128 kbps CBR |
| Contents | 440 Hz sine tone, ~55 min; 128 kbps CBR; stereo; 44.1 kHz; no ID3 metadata |
| Encoding | MPEG-1 Layer 3, 128 kbps CBR; stereo joint encoding; 44.1 kHz; ~283,000 frames |
What is a 50MB MP3 file useful for?
A 55-minute, 128 kbps MP3 is an infrastructure limit-testing file representing a full podcast episode, a long-form audio recording, or an audio book chapter. Use it to verify that your upload API enforces a file-size limit before processing, that large audio uploads use multipart upload correctly, and that waveform generation for long audio is queued as a background job rather than blocking the upload response. It also tests pre-signed URL expiry under realistic upload conditions.
What's inside this file?
Generated by ffmpeg. A 440 Hz sine tone approximately 55 minutes long at 128 kbps CBR, stereo, 44.1 kHz. Contains approximately 283,000 MPEG audio frames. Full decode with librosa would produce approximately 580 MB of float32 sample data in RAM — streaming frame-by-frame is essential for processing pipelines that analyse or transcode audio of this duration.
Download via curl
curl -L "http://localhost:8000/files/mp3/TestFile-mp3-50mb.mp3" \ -o TestFile-mp3-50mb.mp3
Need different parameters?
Generate a custom MP3 file with exact settings.