Initializing... drag & drop files here
Supports: AU
.au (or .snd) file or click "Add Files". Batch is supported — drop in several AU files and each one converts in parallel, then download them together as a ZIP.AU (also written .snd) is the Sun Microsystems audio format — a simple, single-stream container that originated in the late 1980s on NeXT and Sun Unix workstations and was common in early Solaris, Java applets, and the first generation of audio on the web. In its classic form it was headerless 8-bit G.711 μ-law data sampled at 8000 Hz; the headered version adds six big-endian 32-bit words and supports linear PCM and other encodings. It is a legacy format today — you mostly meet .au files when opening old archives, Unix system sounds, Java teaching material, or preserved web pages.
The reasons to convert away from AU are almost always about reach and quality:
.au out of the box. MP3, AAC, or M4A play everywhere, so converting is the fastest way to make an old recording usable again..au project files, which are unrelated to the Sun format and are not meant to be opened directly.)| Property | Value |
|---|---|
| Full name | Sun / NeXT audio (.au, .snd) |
| Origin | Sun Microsystems; common on NeXT and Unix workstations, late 1980s onward |
| Magic number | 0x2e736e64 — the ASCII bytes .snd |
| Byte order | Big-endian (header and sample data) |
| Default classic encoding | 8-bit G.711 μ-law at 8000 Hz |
| Other encodings | 8/16/24/32-bit linear PCM, A-law, IEEE float, ADPCM |
| MIME type | audio/basic |
| Structure | Single audio segment per file; no native tag/metadata support |
| Best converted to | MP3 / AAC (playback), WAV (editing), FLAC (archival) |
A .au (or .snd) file is Sun Microsystems' audio format — a single-stream container that originated on NeXT and Unix workstations and is now legacy. Desktop players that still open it include VLC, Audacity, Apple QuickTime, and older builds of Windows Media Player, but most browsers and phone apps no longer recognize it. The simplest fix is to convert it to a modern format like MP3 or WAV, which then plays in anything.
It depends on the encoding inside the file. The classic AU is 8-bit G.711 μ-law — a lightly compressed, telephone-grade format that loses detail. But AU can also hold uncompressed 16-bit (or higher) linear PCM, which is effectively lossless. Converting a μ-law AU to WAV gives you the exact same audio in a PCM wrapper without further loss; converting a PCM AU to FLAC keeps it lossless while shrinking the file.
No conversion can add detail that was never captured. A classic 8000 Hz μ-law AU will still sound telephone-grade after conversion — MP3 just makes it playable everywhere. If your AU contains higher-quality PCM, choose a generous MP3 bitrate (256–320 kbps) or convert to a lossless target like WAV or FLAC to avoid stacking a second round of lossy compression on top.
MP3 is the safest universal choice — it plays on every phone, browser, car stereo, and media app, and a 192–320 kbps file is indistinguishable from the source for most listeners. If you live in the Apple ecosystem, AU to M4A (AAC) gives slightly better efficiency at the same bitrate. For editing rather than listening, pick WAV instead.
The AU format has no native tag fields the way MP3 (ID3) or FLAC (Vorbis comments) do, so there is usually no embedded title or artist to carry over — only the sample rate, channel count, and encoding, which are preserved. If you want tags, convert to MP3, M4A, or FLAC and add them in your player or editor afterward.
Drop all of them onto the converter at once. Batch is supported and each file converts in parallel, so you can queue a legacy archive and download every result together as a single ZIP. In our testing, a folder of short 8000 Hz μ-law AU clips converts almost instantly per file, since μ-law decoding is trivial and the bottleneck is upload time rather than processing.
Yes. Files are uploaded over an encrypted (TLS) connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and your files are never shared or made public — the only practical limit on a large batch is your upload speed, not your device.