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