Initializing... drag & drop files here
Supports: AU
.au is the Sun Microsystems / NeXT audio format from the Unix-workstation and early-Java era — modern phones and music apps often refuse to open it, or misread the .au extension entirely. Converting to M4A (AAC in an MPEG-4 container) gives you the format Apple devices, Android, and every modern player treat as a first-class default. One honest caveat decides what you get: if your AU holds telephone-companded μ-law/A-law audio, the M4A plays everywhere but sounds like the source; if it holds linear PCM, you get a clean, small AAC copy of the full-quality audio.
| Property | AU (.au / .snd) | M4A (AAC) |
|---|---|---|
| Origin | Sun Microsystems, late 1980s; common on NeXT and early web pages | Apple / MPEG-4, audio-only .m4a (MIME audio/mp4) |
| Magic bytes | .snd (hex 2E 73 6E 64, big-endian header) |
ftyp box (ISO base media / MPEG-4) |
| Payload | 8-bit G.711 μ-law (classic default), G.711 A-law, or 8/16/24/32-bit linear PCM | AAC — lossy perceptual codec |
| Default profile | 8 kHz mono μ-law (the Unix /dev/audio standard) |
Inherited from source; AAC handles up to 48 kHz stereo cleanly |
| Compression | None (PCM) or log-companded (μ-law/A-law) | Lossy; typically 96–256 kbps for music |
| Metadata / tags | None — only an optional unused annotation string | Full MP4 tags (title, artist, album, cover art) |
| Modern playback | Limited — VLC, Audacity, ffmpeg | Universal — iPhone, Android, iTunes/Music, Chrome, Edge, Safari 4+, Firefox 22+ |
| Best for | Legacy Unix/Java-era recordings | Playing those recordings on modern phones and apps |
.au or .snd recordings — Sun/SPARCstation desktop sounds, Java 1.0/1.1 applet audio, and old Unix speech clips all work. Batch upload converts a whole folder at once.No — and the reason depends on what's inside the AU. AAC is a lossy codec, so it can shrink and modernize your audio but cannot add detail that was never recorded. If your AU holds 8-bit μ-law or A-law (the classic Sun telephone-companded default), the M4A will sound like the source — the same narrow ~8 kHz, telephone-grade fidelity — just in a container modern phones actually play. If your AU holds linear PCM (16/24/32-bit), the M4A is a clean single-generation AAC encode of that full-quality audio at a much smaller size. Either way you keep what you had; you don't regain quality 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. A codec line reading "pcm_mulaw" or "pcm_alaw" means it is 8-bit companded; "pcm_s16be" or higher means linear PCM, where the AAC encode preserves genuinely full-quality audio. A sample rate of 8000 Hz with one channel is the tell-tale signature of a classic Sun μ-law recording — fine to convert, just don't expect hi-fi from it.
The AU format predates almost every consumer device on the market — it was a Unix-workstation and early-Java standard, and most phone and desktop music apps were never built to read its .snd header. Some apps also misread the bare .au extension as a different file type entirely. Converting to M4A solves both problems at once: AAC in an MPEG-4 container is the format iPhones, Android, and Apple Music treat as native, so the audio just plays.
For spoken-word or legacy μ-law clips, a low-to-medium setting (around 96–128 kbps) is plenty — the source audio has no detail above telephone quality to preserve, so a higher bitrate only enlarges the file. For linear-PCM AU with real music or wideband audio, 192–256 kbps gives a near-transparent result. If you're unsure, leave Quality Preset on "Very High (Recommended)" and let it match the encode to the source.
There's essentially none to lose. The AU container has no real tagging system — its header carries only an optional annotation string that most files leave blank. The M4A you get supports full MP4 tags, so after converting you can add title, artist, album, year, and embedded cover art in any tag editor (Mp3tag, Kid3, MusicBrainz Picard), giving these legacy recordings 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 30-second 16-bit/44.1 kHz stereo linear-PCM AU (about 5 MB) converted to a roughly 480 KB M4A at the default preset, while an 8 kHz μ-law AU stayed tiny and plays identically to the original on a phone. Need a lossless copy instead? Use AU to FLAC; for the most universal lossy format, try AU to MP3.