Initializing... drag & drop files here
Supports: AU
Move legacy AU audio — the Sun/NeXT workstation format (extension .au or .snd) once used for Unix system sounds and early Java applets — into FLAC, the modern free lossless codec. The conversion is lossless: every sample in the source is preserved exactly, and FLAC's compression usually shrinks linear-PCM AU files by roughly 30–60% while keeping full fidelity and adding proper metadata tags the AU container never supported.
.au or .snd recordings. Sun/SPARCstation desktop sounds, Java 1.0/1.1 applet audio, and old Unix speech archives all work. Batch upload is supported for migrating a whole folder at once.| Property | AU | FLAC |
|---|---|---|
| Origin | Sun Microsystems, late 1980s | Josh Coalson 2001, now Xiph.Org Foundation |
| Magic bytes | .snd (hex 2E 73 6E 64) |
fLaC (hex 66 4C 61 43) |
| Encoding | 8-bit µ-law (classic default), A-law, or 8/16/24/32-bit linear PCM | Lossless compressed (FLAC) |
| Default sample rate | 8 kHz mono (Sun µ-law standard) | Inherited from source |
| Compression | None (PCM) or log-companded (µ-law/A-law) | Lossless, typically 30–60% smaller than PCM |
| Metadata / tags | None — only an optional unused annotation string | Vorbis comments (title, artist, album, cover art) |
| Modern playback | Limited — VLC, Audacity, ffmpeg | Wide — VLC, foobar2000, most players; browsers via Chrome/Firefox/Edge/Safari 11+ |
| Best for | Legacy Unix/Java-era recordings | Lossless archival with tagging |
No — and the reason depends on what's inside the AU. FLAC is lossless, so it preserves exactly what the source contains but cannot add detail that was never recorded. If your AU holds 8-bit µ-law or A-law audio (the classic Sun telephone-companded default), the FLAC will sound identical to the AU — same limited 8 kHz, ~4 kHz-bandwidth fidelity — just in a modern, tagged container. If your AU holds linear PCM (16/24/32-bit), the FLAC is a genuine lossless copy of that full-quality audio at a smaller size. Either way you keep what you had; you do not regain quality that the original capture never had.
Open the file in a tool that reports the codec — VLC's Tools → Codec Information, the free MediaInfo app, or ffprobe file.au. Look at the codec line: "pcm_mulaw" or "pcm_alaw" means it is 8-bit companded (FLAC will preserve it but the file may not shrink much, since companded data is already compact), while "pcm_s16be" or higher means linear PCM, where FLAC gives you a real lossless size win. A sample rate of 8000 Hz with one channel is the tell-tale signature of a classic Sun µ-law recording.
For archival, the highest level is a reasonable default — the audio is identical at every setting, so you are only deciding how hard the encoder works to shrink the file. Higher levels produce a slightly smaller file at the cost of a little more encode time; lower levels encode faster but save less space. Decode speed and playback compatibility are the same regardless of the level you pick, so there is no downside to favoring smaller files.
Yes — and there is essentially none to lose. The AU container has no real tagging system; its header carries only an optional NULL-terminated annotation string that most files leave blank and most players ignore. FLAC supports Vorbis comments, so after converting you can add title, artist, album, date, and even embedded cover art in any tag editor (Mp3tag, Kid3, MusicBrainz Picard) — giving these legacy recordings proper, searchable metadata for the first time.
Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically a few hours after conversion — never shared, never made public, with no sign-up and no watermark. In our testing, a 60-second 16-bit/44.1 kHz stereo PCM AU (about 10 MB) converted to a FLAC of roughly 6 MB with bit-identical audio, while an 8 kHz µ-law AU stayed close to its original size because companded data leaves little for lossless compression to remove. Need a smaller, shareable copy instead of a lossless one? Convert to MP3, or reverse the process anytime with FLAC to AU.