What is AU? Sun Audio Format Explained

AU (.au/.snd) is Sun Microsystems' simple audio format with a compact header, used widely on Unix, NeXT, and in early Java and web audio.

Free online file converter tool. Works in Chrome Firefox Safari Edge Opera and other modern browsers on Windows macOS Linux Android and iOS. No software installation or sign-up required. All conversions run directly in your browser, so your files never leave your device. Free to use with no account needed.

Audio

What is AU? Sun Audio Format Explained

A simple big-endian audio format from Sun Microsystems, long a de facto Unix sound standard.

Last updated:

Year Created1992
CompressionAudio format
Primary UseUnix system audio

What is AU?

AU is a simple audio file format introduced by Sun Microsystems and historically associated with Unix and NeXT systems, where files typically carry the .au extension (Sun) or .snd extension (NeXT). It became a de facto standard for system sounds on Unix-like platforms and was widely used for short audio clips on early web pages.

An AU file begins with the four-byte magic number 0x2E736E64 (the ASCII string '.snd'), followed by a header of six big-endian 32-bit fields specifying the data offset, data size, encoding, sample rate, and channel count, then optional annotation text and the audio data itself. The original default encoding was 8-bit G.711 mu-law sampled at 8000 Hz, but the encoding field also allows linear PCM, A-law, ADPCM, and floating-point data.

How AU Works

The AU format, also seen with the .au and .snd extensions, is one of the oldest and simplest audio file formats in common computing history. Its structure is deliberately minimal: a short header at the start of the file describes the audio, followed immediately by the audio data itself. This bare arrangement made it easy to read and write on early systems with limited resources, which is a large part of why it endured for so long in the Unix world.

The header carries just a few essential fields, including a magic number that identifies the file as AU, the offset at which the audio data begins, the encoding used, the sample rate, and the number of channels. Because the data offset is stored explicitly, the format allows a variable-length information region between the header and the audio, but in practice the header remains compact. There is no elaborate chunked container here, simply enough metadata to interpret the samples that follow.

AU's most historically characteristic encoding is 8-bit mu-law, the companding scheme associated with G.711 telephony. Mu-law is a nonlinear encoding that allocates more resolution to quiet sounds and less to loud ones, matching how human hearing perceives level, so it captures usable, telephone-quality voice in only eight bits per sample. This is why so many classic AU files carry that distinctive narrowband, telephony-grade sound.

The format is not limited to mu-law, however. AU also supports linear PCM at various bit depths and several other encodings, so it can hold higher quality uncompressed audio as well as the compact telephony format. In all cases the underlying philosophy is the same: a tiny descriptive header followed by a straightforward stream of samples, with little of the container complexity found in later formats.

History and Standardization

AU originated at Sun Microsystems and was closely associated with Sun's Unix workstations and with the NeXT platform, which is why it is sometimes referred to as the Sun or NeXT audio format. It dates from an early period of networked Unix computing, when a simple, self-describing sound file that any workstation could handle was genuinely useful, and it became a de facto default for audio on those systems.

Its reach extended beyond Unix workstations through its adoption in early Java, where AU was among the sound formats the platform could play out of the box. For a time this gave the format meaningful presence on the web and in cross-platform applications, since Java's write-once portability carried AU support along with it wherever the runtime went.

AU was never governed by a heavyweight multimedia standards process; it grew instead from the conventions of the systems that used it. As richer and more capable formats took over on consumer platforms, AU gradually became a legacy format. It is still recognized by many audio tools and remains historically important, but it is rarely chosen for new work today.

AU Compared to WAV and AIFF

The closest modern analogues to AU are WAV and AIFF, the two dominant uncompressed audio containers. WAV, developed in the Microsoft and IBM world, and AIFF, associated with Apple, are both built on the more elaborate chunked container style, which stores audio alongside a flexible set of tagged metadata blocks. AU, by contrast, is far simpler, with essentially just a header and a data stream, which makes it lighter but also less extensible.

That simplicity is both AU's charm and its limitation. Its minimal header is trivial to parse and was ideal for constrained early systems, but it lacks the richer metadata and broad tooling ecosystem that grew up around WAV in particular. Over time WAV became the overwhelmingly dominant uncompressed format on personal computers, while AIFF held a strong position in the Apple audio world, leaving AU as the older Unix-heritage option.

The honest tradeoff today is that AU is a historically significant but largely superseded format. Its ties to early Unix, NeXT, and Java give it real heritage value, and its mu-law telephony encoding remains a compact way to store voice, but for contemporary work the wider compatibility and richer metadata of WAV and AIFF make them the practical defaults. AU is best understood as a clean, elegant artifact of an earlier computing era rather than a format to reach for in new projects.

MKV Technical Specifications

DeveloperSun Microsystems[1]
File Extension.au, .snd[1]
MIME Typeaudio/basic[1]
ReleasedEarly 1990s[1]
TypeUncompressed/companded audio format[1]

AU vs Other Audio Formats

FeatureAUWAVAIFF
CompressionUsually uncompressed[1]Usually uncompressedUncompressed
Developer/originSun / NeXT[2]Microsoft / IBMApple
Byte orderBig-endian[3]Little-endianBig-endian
HeaderMinimal[1]RIFF chunksIFF chunks
Device supportLimited (Unix)WideWide
Best forLegacy Unix audioEditing/archivingMac archiving

AU is a simple legacy Unix sound format; WAV and AIFF offer the same uncompressed quality with far broader modern support.

Advantages & Disadvantages

Advantages

Simple structure

A short, fixed header followed by raw audio makes AU files easy to parse, generate, and stream without complex containers.

Broad legacy support

As a Unix standard, AU is readable by many cross-platform tools and was natively supported by the Java Sound API and early browsers.

Streamable

The data size can be left unspecified, allowing audio to be written or transmitted as a continuous stream of unknown length.

Flexible encodings

The encoding field supports many sample formats, from 8-bit mu-law telephony audio to 16/24/32-bit linear PCM and floating point.

Disadvantages

Minimal metadata

Beyond an optional free-text annotation field, AU has no structured support for tags, cover art, or rich metadata.

Largely obsolete

AU has been superseded by WAV, AIFF, and modern codecs, and is rarely used in new audio workflows today.

Low-fidelity defaults

Its classic 8-bit mu-law, 8000 Hz default offers only telephone-grade quality unless higher-resolution PCM encodings are used.

Common Use Cases

AU appears mainly in legacy Unix audio, programming environments, and historical web content.

Unix system sounds

AU served as the native sound format on Sun, NeXT, and other Unix workstations for alerts and recorded clips.

Java audio

Early Java applets and the Java Sound API used AU as a built-in format for short sound effects and clips.

Early web audio

Small AU files were common for embedded sounds on 1990s web pages before MP3 and streaming formats took over.

Convert AU Files Free

Use our free online converter to convert AU and other formats - no signup, no watermarks.

Try Audio Converter Free

How to open a AU file

The software landscape for working with AU files includes professional audio editing suites, free and open-source tools, browser-based applications, and built-in system utilities. Professional tools are ideal for audio engineers and musicians needing advanced features, while free and open-source options cater to hobbyists and those on a budget. Browser-based applications offer convenience for quick tasks, and built-in utilities provide basic functionality for casual users.

When choosing software for AU files, key decision factors include feature fidelity, the distinction between editing and viewing capabilities, cost, platform compatibility, and export needs. Users should consider whether they require advanced editing features or simple playback, as well as whether they need to convert AU files to other formats for broader compatibility. In some cases, converting AU files to more widely supported formats may be the better option.

Audacity 3.2.1

Windows, macOS, LinuxFree (GPL)

Audacity is a free, open-source audio editing software that supports AU files for both viewing and editing. It provides a robust set of tools for manipulating audio tracks with high fidelity, making it suitable for both casual users and professionals.

Key features
  • Multi-track editing and mixing
  • Support for various audio formats
  • Real-time audio effects processing
  • Spectrogram view for frequency analysis
  • Batch processing for multiple files
Strengths
  • Completely free with no limitations
  • Extensive community support and plugins
  • Cross-platform compatibility
Limitations
  • Interface can be overwhelming for beginners
  • Limited support for advanced MIDI features

Exports to: WAV, MP3, OGG, FLAC

Best for: Audacity is ideal for users seeking a powerful, free tool for editing AU files with extensive community support.

Visit Audacity →

Adobe Audition 2023

Windows, macOS$20.99/mo

Adobe Audition is a professional audio editing software that offers comprehensive support for AU files, allowing users to edit, mix, and restore audio with high precision. Its advanced features cater to sound designers and audio engineers looking for top-tier fidelity.

Key features
  • Multi-track editing with unlimited tracks
  • Advanced noise reduction tools
  • Support for VST and AU plugins
  • Integrated video editing capabilities
  • Dynamic mixing and mastering tools
Strengths
  • Industry-standard software with extensive features
  • Seamless integration with Adobe Creative Cloud
  • High-quality audio processing and effects
Limitations
  • Subscription model can be costly
  • Steeper learning curve for beginners

Exports to: WAV, MP3, AAC, AIFF

Best for: Adobe Audition is perfect for professionals needing a comprehensive audio editing solution with robust AU support.

Visit Adobe Audition →

VLC Media Player 3.0.16

Windows, macOS, Linux, Android, iOSFree (GPL)

VLC Media Player is a versatile media player that can play AU files without the need for additional codecs. While primarily designed for playback, it offers basic editing features and is suitable for users who need to quickly access AU audio.

Key features
  • Playback of various audio and video formats
  • Basic audio effects and equalizer
  • Streaming capabilities for audio files
  • Playlist management and organization
  • Lightweight and fast performance
Strengths
  • Completely free and open-source
  • Cross-platform support with no ads
  • Easy to use for quick playback
Limitations
  • Limited editing capabilities compared to dedicated software
  • Not suitable for professional audio work

Exports to: MP3, OGG, WAV

Best for: VLC Media Player is ideal for users who need a free, simple solution for playing AU files without advanced editing needs.

Visit VLC Media Player →

Sound Forge Pro 15.0

WindowsOne-time $399.00

Sound Forge Pro is a professional audio editing software that provides extensive support for AU files, allowing for high-quality audio manipulation and mastering. It is designed for audio professionals who require detailed editing capabilities and high fidelity.

Key features
  • High-resolution audio recording
  • Comprehensive audio restoration tools
  • Support for multi-channel audio editing
  • Advanced spectral analysis features
  • Batch processing for efficiency
Strengths
  • Professional-grade audio editing features
  • Excellent audio quality and fidelity
  • User-friendly interface for experienced users
Limitations
  • High one-time purchase cost
  • Windows-only platform limits accessibility

Exports to: WAV, MP3, FLAC, OGG

Best for: Sound Forge Pro is best for audio professionals seeking a powerful, one-time purchase solution for editing AU files.

Visit Sound Forge Pro →

References

  1. Au file format - Wikipedia
  2. NeXT/Sun Soundfile Format - sapp.org
  3. AU - Audio File Format - The Open Group