Initializing... drag & drop files here
Supports: AIFC
AIFC (AIFF-C) is Apple's compressed-capable variant of AIFF, and AU (.au / .snd) is the legacy Sun Microsystems audio format that NeXT and early Java both adopted. Both are old formats from the same era, and with PCM 16-bit Big Endian selected as the Audio Codec this conversion is a re-wrap of the same audio into a different header (the default output is the classic 8-bit μ-law) — useful when a Unix-era tool, a Java AudioClip, or an embedded system expects the .snd format. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format – Compressed |
| Creator | Apple, 1988 (AIFF); AIFF-C variant added July 1991 |
| Built on | EA IFF 85 (Interchange File Format) |
| Byte order | Big-endian |
| Payload | PCM (8/16/24/32-bit) or a compression codec named in the COMM chunk |
| "NONE" codec | COMM compression type NONE means uncompressed PCM — identical audio to a plain AIFF |
| Extensions | .aifc (preferred), also .aif / .aiff |
| Best for | Apple/macOS audio workflows where a codec other than raw PCM is wrapped in an AIFF chunk |
| Property | Value |
|---|---|
| Full name | Sun/NeXT audio file ("snd") |
| Creator | Sun Microsystems; standard on NeXT and early Java |
| Magic number | 0x2E736E64 — the ASCII characters .snd |
| Header | Six big-endian 32-bit words, then optional annotation, then audio data |
| Byte order | Big-endian |
| Common encodings | 8-bit G.711 μ-law (the original/default), 16-bit linear PCM, 8-bit A-law; the spec defines many more |
| Sample rates | 8000 Hz originally (telephony); also 11025 / 22050 / 44100 / 48000 Hz |
| Best for | Unix/NeXT-era tools, Java sun.audio / AudioClip, and legacy systems that only read .snd |
.aifc files from your device. Batch upload is supported, so a folder of clips can be converted in one pass..snd encoding — small, telephony-grade); for a transparent, full-quality .au switch to PCM 16-bit Big Endian..au file. No sign-up, no watermark.It depends entirely on the codecs at each end. If your AIFC holds uncompressed PCM and you select PCM 16-bit Big Endian for the .au, the samples are copied bit-for-bit and there is no quality change — only the header differs. The default output, though, is PCM mu-law, an 8-bit encoding that downscales to telephony-grade quality. In our testing, a 44.1 kHz 16-bit AIFC re-wrapped to 16-bit PCM AU stayed sample-identical; leaving the output on μ-law dropped it to 8-bit companded audio as expected.
Plain AIFF only stores uncompressed PCM. AIFF-C (AIFC) adds a compression-type field in the COMM chunk so the same container can also hold a coded payload. A compression type of NONE means the AIFC is, in practice, identical to an uncompressed AIFF — many .aifc files in the wild are just PCM with the newer header.
PCM mu-law unless you change it — the original 8-bit G.711 μ-law encoding that NeXT, Sun, and early Java used by default. The alternatives selectable as the Audio Codec are PCM 16-bit Big Endian for a clean linear-PCM file and PCM a-law for the European G.711 variant. AU stores audio big-endian, which matches AIFF's byte order, so no endianness conversion is forced on PCM payloads.
It survives in a few specific places: Unix and NeXT-era audio tools, Java's legacy sun.audio / AudioClip playback (which reads .au natively), and embedded or telephony systems that expect 8 kHz μ-law .snd data. For general listening or sharing, AU is a poor choice — it has no metadata tags and weak modern support. If you just need a small, portable file, convert to MP3 instead with AIFC to MP3.
Yes. .au and .snd are two extensions for the identical Sun/NeXT audio format — the header even begins with the magic number 0x2E736E64, the ASCII characters .snd. NeXT and early Java tended to use .snd, while Unix tools and later references settled on .au, but the byte layout is the same and a player that opens one opens the other. If a legacy tool insists on a particular spelling, you can safely rename the file without re-converting it.
No. The AU format has no tag system for artist, album, title, or embedded artwork — its header carries only the encoding, sample rate, channel count, and an optional plain-text annotation field. Any ID3-style metadata in your source is dropped. If preserving tags matters, choose a tagged format like MP3 or keep your audio in AIFF/WAV.
For modern compatibility, WAV is almost always the better lossless container — it is uncompressed PCM with broad support across every OS and DAW. Only choose AU when a specific legacy tool or Java application requires the .snd format. If you need uncompressed PCM that everything can open, AIFC to WAV is the safer target; if you need a small file, compress to MP3 first or run the result through the Audio Compressor.
Yes. This converter is server-side: your AIFC is uploaded over an encrypted (TLS) connection, transcoded on our servers, and the files are deleted automatically after a few hours. No account is required, and there are no watermarks or file-count limits.