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