M4A sample file
m4a_30s_sample_file_285KB.m4a
284.8 KB
audio/mp4
SHA256 verified
File details
Filename
m4a_30s_sample_file_285KB.m4aSize284.8 KB (291673 bytes)
MIME type
audio/mp4Extension
.m4aSHA256
aa8a7f81ada8223a23ecd5300d37cc7729ac64567d3406290f41202c6f5d8d63Download commands
Use in scripts and tests
curl -L -o m4a_30s_sample_file_285KB.m4a \
https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/
wget -O m4a_30s_sample_file_285KB.m4a \
https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/
import requests
url = "https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/"
resp = requests.get(url)
with open("m4a_30s_sample_file_285KB.m4a", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("m4a_30s_sample_file_285KB.m4a", buf);
# Download and verify SHA256
curl -L -o m4a_30s_sample_file_285KB.m4a https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/
echo "aa8a7f81ada8223a23ecd5300d37cc7729ac64567d3406290f41202c6f5d8d63 m4a_30s_sample_file_285KB.m4a" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/m4a/m4a_30s_sample_file_285KB.m4a/").content
assert hashlib.sha256(data).hexdigest() == "aa8a7f81ada8223a23ecd5300d37cc7729ac64567d3406290f41202c6f5d8d63"
More M4A files
Other M4A Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
m4a_15s_sample_file_141KB.m4a |
140.2 KB | 9526e6248b94cc89… |
Download |
m4a_5s_sample_file_44KB.m4a |
43.9 KB | 94a3173ca6038aa0… |
Download |
m4a_60s_sample_file_574KB.m4a |
573.7 KB | 54a2f88a0764889e… |
Download |
Learn more