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