PCM sample file
pcm_5s_sample_file_431KB.pcm
430.7 KB
application/octet-stream
SHA256 verified
File details
Filename
pcm_5s_sample_file_431KB.pcmSize430.7 KB (441000 bytes)
MIME type
application/octet-streamExtension
.pcmSHA256
68ab9e124dcfa263e8db5841e353eeeedc14704402d7de08fee052cabb68597cDownload commands
Use in scripts and tests
curl -L -o pcm_5s_sample_file_431KB.pcm \
https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/
wget -O pcm_5s_sample_file_431KB.pcm \
https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/
import requests
url = "https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/"
resp = requests.get(url)
with open("pcm_5s_sample_file_431KB.pcm", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("pcm_5s_sample_file_431KB.pcm", buf);
# Download and verify SHA256
curl -L -o pcm_5s_sample_file_431KB.pcm https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/
echo "68ab9e124dcfa263e8db5841e353eeeedc14704402d7de08fee052cabb68597c pcm_5s_sample_file_431KB.pcm" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/pcm/pcm_5s_sample_file_431KB.pcm/").content
assert hashlib.sha256(data).hexdigest() == "68ab9e124dcfa263e8db5841e353eeeedc14704402d7de08fee052cabb68597c"
More PCM files
Other PCM Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
pcm_15s_sample_file_1.3MB.pcm |
1.3 MB | 46402bf49c8637c2… |
Download |
pcm_30s_sample_file_2.5MB.pcm |
2.5 MB | b98f6307d7c027d3… |
Download |
pcm_60s_sample_file_5.0MB.pcm |
5.0 MB | 5a6f31380a92a3ca… |
Download |
Learn more