AVR vs WAV: Atari ST Digital Audio vs Standard Linear PCM
A technical comparison between Atari ST Audio Visual Research (.avr) sound files and standard RIFF WAV. Understand 128-byte headers, Motorola big-endian PCM, and modern playback.
Audio Visual Research (AVR) is a legacy digital sampling format created for the Atari ST and Falcon030 computing platforms. It stores uncompressed 8-bit or 16-bit big-endian PCM audio prefixed with a 128-byte header starting with magic '2VRH'. Standard RIFF WAV is the universal little-endian audio container recognized by modern operating systems, digital audio workstations (DAWs), and web browsers.
| FEATURE | AVR | WAV |
|---|---|---|
| Platform Origin | Atari ST / Falcon030 (1990s) | Microsoft / IBM Windows & OS/2 (1991) |
| Header Structure | Fixed 128-byte ('2VRH' magic) | Variable RIFF chunk hierarchy ('RIFF'/'WAVE') |
| Byte Endianness | Big-Endian (Motorola 68000) | Little-Endian (Intel x86 standard) |
| Sample Precision | 8-bit signed/unsigned or 16-bit signed | 8-bit, 16-bit, 24-bit, 32-bit float |
| Modern DAW Compatibility | Requires conversion | Native universal support |
- Native sample file format for Atari ST and Falcon030 audio software and trackers
- Lightweight fixed 128-byte header with dedicated MIDI base note and pitch metadata
- Supports mono and interleaved stereo with flexible sample rates up to 48 kHz
- Historic preservation format for 1990s Atari ST music production and sample libraries
- Universal playback across all modern media players, DAWs, operating systems, and browsers
- Standard little-endian byte order natively processed by x86-64 and ARM processors
- Supported by all professional audio production suites (Pro Tools, Ableton, FL Studio, Logic)
- Preserves extensible RIFF chunk architecture with comprehensive broadcast metadata
AVR is an iconic format of the Atari ST and Falcon030 desktop music revolution. Because modern workstations and mobile operating systems cannot decode Motorola big-endian 2VRH streams, converting AVR files to standard RIFF WAV unlocks vintage sample libraries for contemporary music production.
Converting files between AVR and WAV frequently? The convrtr Chrome Extension lets you right-click any image on any webpage or open the Side Panel to convert assets instantly using local WebAssembly with zero server uploads.