AU to WAV Conversion Explained
Converting .AU to .WAV changes the audio container and the byte order of the audio data. Sun Microsystems developed the .AU format for early Unix systems, while Microsoft and IBM developed .WAV as the standard for Windows.
People convert .AU to .WAV to make legacy audio files playable and editable on modern devices. You gain universal compatibility with modern digital audio workstations (DAWs), video editors, and media players. You lose the original file structure and legacy Unix compatibility.
The main trade-off is file size. Many .AU files use 8-bit μ-law compression. When you convert these to standard 16-bit uncompressed PCM .WAV files, the file size doubles without any improvement in actual audio quality. If you only need playback and want to save space, converting to a compressed format like .MP3 or .AAC is a better choice.
Typical Tasks and Users
- Archivists: Recovering historical audio recordings from old Sun Microsystems, NeXT workstations, or early Unix servers.
- Telephony Engineers: Extracting voicemail or hold music from legacy PBX phone systems that export μ-law .AU files.
- Java Developers: Migrating legacy
java.applet.AudioClip sound assets to modern web audio formats. - Audio Engineers: Importing vintage sound effects or samples into modern DAWs that no longer support the .AU container.
Software & Tool Support
- Audacity: A free, open-source audio editor that natively opens .AU files and exports to .WAV.
- FFmpeg: A powerful command-line tool that handles batch conversions between .AU and .WAV efficiently.
- SoX (Sound eXchange): The standard command-line utility for legacy audio processing, highly effective for handling μ-law and A-law encodings.
- VLC media player: A free media player that plays .AU files and includes a basic format conversion tool.
- Adobe Audition: A professional DAW that supports .WAV natively, though it may require prior conversion to open specific legacy .AU variants.
Pros and Cons of the Conversion
- Compatibility: .WAV is universally supported across Windows, macOS, Linux, and all modern web browsers. .AU is rarely supported outside of specialized or legacy software.
- Editability: Every modern DAW and video editor imports .WAV files. Most reject .AU files.
- Fidelity: If the original .AU contains uncompressed PCM data, the conversion to .WAV is mathematically lossless.
- File Size: Converting compressed μ-law .AU to uncompressed PCM .WAV increases the file size significantly.
- Metadata: Custom text annotations stored in the .AU header often fail to map cleanly to .WAV RIFF chunks, resulting in lost metadata.
Conversion Difficulties & Why Convert.Guru
The primary technical difficulty in converting .AU to .WAV is endianness. .AU files use big-endian byte order, while .WAV files use little-endian byte order. A converter must accurately swap the byte order during the translation. Furthermore, .AU files frequently use μ-law or A-law encoding rather than standard linear PCM. If a conversion tool misinterprets the header, it will read the sample rate or bit depth incorrectly. This results in audio that plays back at the wrong speed, shifts in pitch, or outputs pure static.
Convert.Guru handles this conversion accurately. The pipeline automatically reads the .AU header, identifies the correct encoding (PCM, μ-law, or A-law), and performs the necessary byte-order swapping. It maps the exact sample rate to the new .WAV file, ensuring the audio plays at the correct pitch and speed without requiring manual configuration.
AU vs. WAV: What is the better choice?
| Feature | AU | WAV |
| Creator | Sun Microsystems / NeXT | Microsoft / IBM |
| Byte Order | Big-endian | Little-endian |
| Primary Encoding | μ-law, A-law, PCM | Uncompressed PCM |
| Modern Compatibility | Very Low | Universal |
| Best Use Case | Legacy Unix/Java systems | Modern editing and archiving |
Which format should you choose?
Choose .AU only if you are maintaining legacy Sun hardware, old PBX telephony systems, or legacy Java applications that strictly require this exact format to function.
Choose .WAV for all modern audio editing, archiving, and playback. It is the standard format for uncompressed audio and guarantees your files will open in any modern software.
Avoid this conversion if your goal is web delivery or email sharing. Both .AU and .WAV are too large for efficient streaming. In those cases, convert the .AU file directly to .MP3 or .OGG.
Conclusion
Converting .AU to .WAV makes sense when you need to rescue legacy Unix or telephony audio for use in modern software. The biggest limitation to watch for is the unnecessary increase in file size if you decode an 8-bit μ-law file into a 16-bit PCM file. Convert.Guru provides a reliable solution for this exact conversion, handling the complex byte-swapping and header translation automatically so your audio retains its original pitch, speed, and clarity.
About the AU to WAV Converter
Convert.Guru makes it fast and easy to convert audio data files to WAV online. The AU to WAV converter runs entirely in your browser, so there’s no software to install and no account required. Powered by one of the industry’s largest and most trusted file format databases—maintained for more than 25 years—our technology reliably identifies AU audio files even when they are damaged or incorrectly named. Uploaded files are automatically deleted after conversion to protect your privacy.