WMA sample file
wma_15s_sample_file_254KB.wma
253.7 KB
audio/x-ms-wma
SHA256 verified
File details
Filename
wma_15s_sample_file_254KB.wmaSize253.7 KB (259744 bytes)
MIME type
audio/x-ms-wmaExtension
.wmaSHA256
67af4fd06df32fb0b951b61368de69bf2c339127cae7e7685d7cd5e4e9804c62Download commands
Use in scripts and tests
curl -L -o wma_15s_sample_file_254KB.wma \
https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/
wget -O wma_15s_sample_file_254KB.wma \
https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/
import requests
url = "https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/"
resp = requests.get(url)
with open("wma_15s_sample_file_254KB.wma", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("wma_15s_sample_file_254KB.wma", buf);
# Download and verify SHA256
curl -L -o wma_15s_sample_file_254KB.wma https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/
echo "67af4fd06df32fb0b951b61368de69bf2c339127cae7e7685d7cd5e4e9804c62 wma_15s_sample_file_254KB.wma" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/wma/wma_15s_sample_file_254KB.wma/").content
assert hashlib.sha256(data).hexdigest() == "67af4fd06df32fb0b951b61368de69bf2c339127cae7e7685d7cd5e4e9804c62"
More WMA files
Other WMA Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
wma_30s_sample_file_507KB.wma |
506.8 KB | 02fdfa69915b94de… |
Download |
wma_5s_sample_file_85KB.wma |
84.9 KB | ea6d6d35f5286260… |
Download |
wma_60s_sample_file_1010KB.wma |
1009.9 KB | dcbbc2b07b16c279… |
Download |
Learn more