Sample AMR Files
AudioAMR — Adaptive Multi-Rate audio, used in mobile telephony
Download by size
Need a custom AMR file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB AMR file
curl -L "http://localhost:8000/files/amr/TestFile-amr-1mb.amr" \
-o sample-amr-1mb.amr
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/amr \
-H "Content-Type: application/json" \
-d '{}' --output custom.amr