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, mostly-uncompressed containers, so this conversion is usually a re-wrap of the same audio into a different header — 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..au keep a linear-PCM codec such as PCM 16-bit Big Endian; for a small telephony-style file choose PCM mu-law (the classic 8-bit .snd encoding)..au file. No sign-up, no watermark.It depends entirely on the codecs at each end. If your AIFC holds uncompressed PCM and you output 16-bit linear PCM in the .au, the samples are copied bit-for-bit and there is no quality change — only the header differs. You only lose fidelity if you deliberately choose an 8-bit encoding such as PCM mu-law, which 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; switching the output to μ-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.
Whatever you select as the Audio Codec. Two common choices map directly onto historical .au usage: PCM 16-bit Big Endian for a clean linear-PCM file, or PCM mu-law for the original 8-bit G.711 μ-law encoding that NeXT, Sun, and early Java used by default. 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.
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.