AAC sample file
aac_5s_sample_file_44KB.aac
43.7 KB
audio/aac
SHA256 verified
File details
Filename
aac_5s_sample_file_44KB.aacSize43.7 KB (44734 bytes)
MIME type
audio/aacExtension
.aacSHA256
7cbacc42c6e76e2ef7135db7ef7a66cbd065d4f446f0cd65d418899c2237e116Download commands
Use in scripts and tests
curl -L -o aac_5s_sample_file_44KB.aac \
https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/
wget -O aac_5s_sample_file_44KB.aac \
https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/
import requests
url = "https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/"
resp = requests.get(url)
with open("aac_5s_sample_file_44KB.aac", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("aac_5s_sample_file_44KB.aac", buf);
# Download and verify SHA256
curl -L -o aac_5s_sample_file_44KB.aac https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/
echo "7cbacc42c6e76e2ef7135db7ef7a66cbd065d4f446f0cd65d418899c2237e116 aac_5s_sample_file_44KB.aac" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/aac/aac_5s_sample_file_44KB.aac/").content
assert hashlib.sha256(data).hexdigest() == "7cbacc42c6e76e2ef7135db7ef7a66cbd065d4f446f0cd65d418899c2237e116"
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_60s_sample_file_581KB.aac |
580.5 KB | a8b1b95fcde10509… |
Download |
Learn more