WAV sample file
wav_voice_band_16khz_sample.wav
78.2 KB
audio/x-wav
SHA256 verified
File details
Filename
wav_voice_band_16khz_sample.wavSize78.2 KB (80044 bytes)
MIME type
audio/x-wavExtension
.wavSHA256
d8a0f60ac2032eda28259f79114d61c8d3f144b24a5b8fbcbdf63cb0965fce6dDownload commands
Use in scripts and tests
curl -L -o wav_voice_band_16khz_sample.wav \
https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/
wget -O wav_voice_band_16khz_sample.wav \
https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/
import requests
url = "https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/"
resp = requests.get(url)
with open("wav_voice_band_16khz_sample.wav", "wb") as f:
f.write(resp.content)
const resp = await fetch("https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/");
const buf = Buffer.from(await resp.arrayBuffer());
require("fs").writeFileSync("wav_voice_band_16khz_sample.wav", buf);
# Download and verify SHA256
curl -L -o wav_voice_band_16khz_sample.wav https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/
echo "d8a0f60ac2032eda28259f79114d61c8d3f144b24a5b8fbcbdf63cb0965fce6d wav_voice_band_16khz_sample.wav" | shasum -a 256 -c
# Python
import hashlib, requests
data = requests.get("https://samplefile.com/samples/download/audio/wav/wav_voice_band_16khz_sample.wav/").content
assert hashlib.sha256(data).hexdigest() == "d8a0f60ac2032eda28259f79114d61c8d3f144b24a5b8fbcbdf63cb0965fce6d"
More WAV files
Other WAV Sample Files
| Filename | Size | SHA256 | Download |
|---|---|---|---|
wav_15s_sample_file_1.3MB.wav |
1.3 MB | 390ac03b8f972ae4… |
Download |
wav_30s_sample_file_2.5MB.wav |
2.5 MB | 1e4d394c17de22b6… |
Download |
wav_5s_sample_file_431KB.wav |
430.7 KB | 43d28801df8e6e08… |
Download |
wav_60s_sample_file_5.0MB.wav |
5.0 MB | 8c26de640d8578b7… |
Download |
wav_clipping_reference_sample.wav |
344.6 KB | 0313b542e03b4591… |
Download |
wav_mono_22khz_impulse_sample.wav |
64.6 KB | e06d3398ac078480… |
Download |
Learn more