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