Sample WAV Files
AudioWAV — uncompressed PCM audio
Download by size
Need a custom WAV file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB WAV file
curl -L "http://localhost:8000/files/wav/sample-wav-1mb.wav" \
-o sample-wav-1mb.wav
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/wav \
-H "Content-Type: application/json" \
-d '{}' --output custom.wav