AAC sample file
aac_60s_sample_file_581KB.aac
580.5 KB
audio/aac
SHA256 verified
File details
Filename
aac_60s_sample_file_581KB.aacSize580.5 KB (594437 bytes)
MIME type
audio/aacExtension
.aacSHA256
a8b1b95fcde10509dbf5a6ede0bddb98cffb143cd1afff49fda90d3ee3f878aeDownload commands
Use in scripts and tests
curl -L -o aac_60s_sample_file_581KB.aac \
https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/
wget -O aac_60s_sample_file_581KB.aac \
https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/
import requests
url = "https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/"
resp = requests.get(url)
with open("aac_60s_sample_file_581KB.aac", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("aac_60s_sample_file_581KB.aac", buf);
# Download and verify SHA256
curl -L -o aac_60s_sample_file_581KB.aac https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/
echo "a8b1b95fcde10509dbf5a6ede0bddb98cffb143cd1afff49fda90d3ee3f878ae aac_60s_sample_file_581KB.aac" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/aac/aac_60s_sample_file_581KB.aac/").content
assert hashlib.sha256(data).hexdigest() == "a8b1b95fcde10509dbf5a6ede0bddb98cffb143cd1afff49fda90d3ee3f878ae"
More AAC files
Other AAC Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
aac_15s_sample_file_142KB.aac |
141.2 KB | 0dc2191764d772f4… |
Download |
aac_30s_sample_file_288KB.aac |
287.8 KB | 6b09838037ebdb8c… |
Download |
aac_5s_sample_file_44KB.aac |
43.7 KB | 7cbacc42c6e76e2e… |
Download |
Learn more