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