Sample AIFF audio files for testing — free, CC0, hotlinkable

AIFF is Apple's uncompressed audio container and the byte-order twin of WAV: the same kind of PCM samples, stored big-endian instead of little-endian. A reader that assumes little-endian samples does not crash on an AIFF file; it plays loud noise. That silent failure is what aiff/3s.aiff exists to catch.

The file holds three seconds of a 440 Hz sine wave as 44.1 kHz, 16-bit stereo PCM. Because the signal is a pure tone, a byte-order mistake is unmistakable in a waveform view, and a correct decoder produces a clean, steady pitch.

Use it to test audio libraries, format sniffers that must tell AIFF from WAV by its FORM header, and converters that move audio between Apple and Windows tooling. Compare it with the little-endian WAV files, or with FLAC for the same kind of audio compressed without loss.

1 file. The same list as JSON: https://loremfile.dev/aiff/index.json

AIFF files
FileSizePropertiesDescription
3s.aiff 529.3 KB 3 s, pcm_s16be A 440 Hz sine wave: three seconds of 44.1 kHz, 16-bit, stereo big-endian PCM.
Snippets
curl -O https://loremfile.dev/aiff/3s.aiff
<audio src="https://loremfile.dev/aiff/3s.aiff" controls></audio>

File names follow the naming grammar. Verify a download against sha256sums.txt.