MP3 sample file
mp3_sample_file_10MB.mp3
10.1 MB
audio/mpeg
SHA256 verified
File details
Filename
mp3_sample_file_10MB.mp3Size10.1 MB (10561035 bytes)
MIME type
audio/mpegExtension
.mp3SHA256
c7bb7bb279300935911d43acfe36216667437b082c07a06bd8e3e14d8e09be76Download commands
Use in scripts and tests
curl -L -o mp3_sample_file_10MB.mp3 \
https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/
wget -O mp3_sample_file_10MB.mp3 \
https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/
import requests
url = "https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/"
resp = requests.get(url)
with open("mp3_sample_file_10MB.mp3", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("mp3_sample_file_10MB.mp3", buf);
# Download and verify SHA256
curl -L -o mp3_sample_file_10MB.mp3 https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/
echo "c7bb7bb279300935911d43acfe36216667437b082c07a06bd8e3e14d8e09be76 mp3_sample_file_10MB.mp3" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/mp3/mp3_sample_file_10MB.mp3/").content
assert hashlib.sha256(data).hexdigest() == "c7bb7bb279300935911d43acfe36216667437b082c07a06bd8e3e14d8e09be76"
More MP3 files
Other MP3 Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
mp3_15s_sample_file_236KB.mp3 |
235.6 KB | ebe0fee517435daf… |
Download |
mp3_30s_sample_file_470KB.mp3 |
469.8 KB | 6d51c2b6719515b6… |
Download |
mp3_5s_sample_file_80KB.mp3 |
79.2 KB | 1a5bc75f38494f5b… |
Download |
mp3_60s_sample_file_939KB.mp3 |
938.4 KB | ccea0b3a8bef6cb5… |
Download |
mp3_music_loop_sample.mp3 |
94.7 KB | b62f7ce2dddc0281… |
Download |
mp3_voice_note_sample.mp3 |
79.2 KB | 9e20a81a90733885… |
Download |
Learn more