.AU

AU File

Sun/NeXT Audio File (AU)
Ask a question
QUICK ANSWER

An AU file is a Sun/NeXT audio file - the standard Unix system sound, usually 8-bit mu-law, identifiable by the ".snd" magic bytes at the start of the file. Open it with VLC or Audacity on any platform. To use it on modern devices, convert it to MP3 or WAV with Audacity or VLC.

Developer: Sun Microsystems / NeXT Computer Category: Audio Files Open standard MIME: audio/basic
OPENS ON Windows macOS Linux Android
Related: .OPUS · .M3U · .M3U8 · .WFP

On this page

19k+ extensions indexed
Last reviewed Jul 17, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the AU file format?

.au is a simple headered audio container developed by Sun Microsystems and NeXT Computer in the late 1980s. It was the native sound format on SunOS/Solaris and NeXTSTEP workstations, and later became the default audio type for the Java platform, served under the MIME type audio/basic.

Files begin with the four-byte magic number .snd at offset 0, followed by a compact 24-byte big-endian header that stores the data offset, data size, encoding code, sample rate, and channel count. An optional text annotation field can occupy the space between the header and the audio samples. The big-endian byte order reflects the NeXT/Sun architecture heritage and distinguishes .au from the little-endian WAV format dominant on Windows.

The most classic encoding is 8-bit µ-law PCM at 8000 Hz - the same standard used in telephone audio - making .au files compact enough to serve as system sounds. The format also supports linear PCM at 8, 16, 24, and 32 bits, A-law, 32- and 64-bit IEEE floating-point samples, and G.72x ADPCM variants, all selected by the encoding code in the header.

For new audio work, .au has been largely superseded by AIFF on macOS, WAV on Windows, and FLAC or MP3 for distribution. It remains broadly readable by modern players such as VLC and Audacity.

Security & safety

RISK: LOW

AU is a simple, passive audio format and very low risk; it carries no scripting or macros. The only practical caution is sourcing a player: avoid sketchy 'AU player'/'AU converter' download sites that bundle adware, and use the open-source VLC or Audacity instead. Malformed AU headers have historically tripped some old decoders, but modern players handle them safely.

Format details

in a nutshell
FULL NAMESun/NeXT Audio File (AU)aka Sun audio, NeXT/Sun .snd
DEVELOPERSun Microsystems / NeXT Computersince Late 1980s, on NeXT and Sun (SunOS/Solaris) systems
CATEGORYAudio Files
MIME TYPEaudio/basic
TYPESimple headered audio container, most commonly 8-bit µ-law or PCM samples (the classic Unix system sound)
STANDARDOpen · royalty-free
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
2E736E64
ASCII
.snd
Big-endian. Bytes 0-3 are ".snd"; the next fields are 32-bit big-endian: data offset, data size, encoding, sample rate and channel count. Header is at least 24 bytes; an optional text annotation can follow before the audio data.

Programs that open AU files

Windows2 apps
VLC media player Open-source Open the .au directly in VLC to play it; works for µ-law and PCM AU files.
Audacity Open-source File > Open the .au to view the waveform, edit, and Export to WAV/MP3/FLAC.
macOS2 apps
VLC media player Open-source Open the .au in VLC to play it (replaces the long-discontinued QuickTime AU support).
Audacity Open-source Open and edit/export the .au; handles AU natively.
Linux1 app
VLC / sox / aplay Open-source Play with VLC, or use 'play file.au' (sox) / aplay; AU is the native Unix sound format.
Android1 app
VLC for Android Open-source Open the .au in VLC to play it on a phone/tablet.

Technical details

deep spec
Magic bytes`.snd` - hex `2E 73 6E 64` at offset 0 (big-endian file signature shared by AU and the NeXT `.snd` variant)
Byte orderBig-endian throughout the header and all multi-byte sample fields (NeXT/Sun architecture heritage)
Minimum header size24 bytes - six consecutive 32-bit big-endian fields: magic, data offset, data size, encoding code, sample rate, channel count
Optional annotation fieldVariable-length ASCII text block placed between byte 24 and the start of audio data; may be zero-length or padded with null bytes
Primary MIME type`audio/basic`
Alternative MIME types`audio/x-au`, `audio/au`
Classic encoding8-bit µ-law (mu-law) at 8000 Hz - the historic Unix and Java system-sound standard, matching telephone-quality audio
Supported encodings8/16/24/32-bit linear PCM, 8-bit µ-law, 8-bit A-law, IEEE 32-bit and 64-bit floating-point, G.721 and G.723 ADPCM (selected by encoding code field)
Supported sample rates8000 Hz (classic telephony), 22050, 44100, 48000 Hz; the header field accepts any arbitrary integer rate
Compressionµ-law and A-law apply logarithmic companding, achieving roughly 2:1 bit reduction compared to 16-bit linear PCM; all PCM modes are uncompressed raw samples
Typical file sizeTens of KB to a few MB; 1 second of 8 kHz mono µ-law audio occupies approximately 8 KB
Container layoutFlat single-block structure - fixed header immediately followed by a contiguous raw audio sample stream; no chunk or sub-block framing
Platform originSunOS/Solaris and NeXTSTEP workstations; also the historic default audio format for the Java `javax.sound` API and early Java applets
Alternate extension`.snd` (used on NeXT systems; identical binary format, same magic bytes and header layout)
Channel supportHeader channel-count field supports any value; mono (1) and stereo (2) are the predominant real-world uses
ReleasedLate 1980s, on NeXT and Sun (SunOS/Solaris) systems
Latest versionStable, minimal header format; effectively unchanged for decades
Open standardYes · royalty-free
Specificationen.wikipedia.org

AU conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with AU files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about AU files.

Frequently asked questions

What is an AU file?
A Sun/NeXT audio file - the classic Unix system sound, usually 8-bit µ-law, identified by the '.snd' magic bytes at the start. It's an audio file you play.
How do I open/play an AU file?
Use VLC (free, Windows/Mac/Linux/Android) or Audacity. Most modern media players can play AU; on Linux you can also use sox ('play file.au').
How do I convert AU to MP3?
Open the .au in Audacity and choose File > Export > MP3, or use VLC's Convert feature. ffmpeg can also do it from the command line.
Why is the sound only 8-bit and a bit noisy?
Classic AU files are 8-bit µ-law at 8000 Hz (telephone-quality), which is small but limited fidelity. Converting won't add quality that isn't there - it only changes the container.
What's the difference between AU and WAV?
Both are simple PCM audio containers, but AU is big-endian (Sun/NeXT heritage) and often µ-law, while WAV is little-endian and Windows-centric. They convert cleanly between each other.
Can I turn an AU file into a video (WMV/MP4)?
Not meaningfully - AU is audio only, so wrapping it as video gives a blank picture. Convert to MP3/WAV/FLAC for audio, or add a still image if you specifically need a video file.

References

1Wikipedia - Au file formaten.wikipedia.org
2VLC media player (VideoLAN)www.videolan.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.NOMEDIAAndroid No-Media Marker File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.OPUSOpus Audio File (Ogg Opus)
.M3UM3U Media Playlist (MP3 URL)
.M3U8UTF-8 M3U Playlist / HLS (HTTP Live Streaming) Playlist
.WFPWaveFront Program file (Turtle Beach)
.XSPFXSPF - XML Shareable Playlist Format (pronounced 'spiff')
.AMRAdaptive Multi-Rate (AMR) audio

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z