Initializing... drag & drop files here
Supports: WMA
.wma clip into the drop zone. Standard WMA, WMA Pro, WMA Lossless and WMA Voice are all accepted, and you can queue multiple files for batch conversion.pcm_s16be) — the same encoding Apple ships in standard AIFF, just wrapped in the AIFF-C container. Switch to PCM 24-bit or 32-bit for studio masters, A-law / µ-law for smaller files compatible with legacy telephony tools, or FLAC / ALAC-style codecs when supported by your target app.WMA was Microsoft's answer to MP3 when it launched on August 17, 1999, and for a few years it shipped as the default rip format in Windows Media Player. AIFC (AIFF-C) is Apple's compressed cousin of AIFF, published in July 1991 — it uses the same chunked AIFF container but stores a codec identifier in the COMM chunk so the audio inside can be PCM, A-law, µ-law, IMA ADPCM, MACE 3:1/6:1, or any of the other codecs Apple registered. The .aifc extension signals "this AIFF may not be raw PCM" to macOS, Logic Pro, and Final Cut so they decode it correctly.
.wma into Voice Memos, GarageBand iOS, or Files preview. AIFC plays back and edits everywhere across the Apple ecosystem.| Property | WMA (Standard) | AIFC |
|---|---|---|
| Container / extension | .wma (ASF container) |
.aifc (preferred); .aif/.aiff also accepted |
| Year introduced | 1999 (Microsoft) | July 1991 (Apple) |
| Compression family | Lossy (Pro/Lossless variants exist) | Container; codec varies (PCM, A-law, µ-law, IMA ADPCM, MACE, FLAC...) |
| Default with FFmpeg AIFC muxer | n/a | pcm_s16be (16-bit signed big-endian PCM) |
| Byte order for PCM | Little-endian | Big-endian (AIFF tradition); sowt chunk marks little-endian |
| Max channels | 2 (Standard), 8 (Pro) | Codec-dependent (PCM commonly 1-2; up to spec) |
| Max sample rate | 48 kHz (Standard), 96 kHz (Pro/Lossless) | Codec-dependent; PCM commonly to 192 kHz |
| Native macOS / Logic / Final Cut support | No (needs plugin) | Yes |
| Native Windows support | Yes (WMP Legacy) | Limited (FFmpeg / VLC; not native in Windows 11 Media Player) |
| Typical use today | Legacy Windows audio archives | Apple production pipelines, broadcast deliverables |
| Goal | Codec | Sample rate | Approx size per minute (stereo) |
|---|---|---|---|
| Drop-in replacement for AIFF (default) | PCM 16-bit BE (pcm_s16be) |
44.1 kHz | ~10 MB |
| Video / broadcast deliverable | PCM 16-bit BE | 48 kHz | ~11 MB |
| Studio master / archival | PCM 24-bit | 48 or 96 kHz | ~16-32 MB |
| Smaller file, legacy-telephony tools | A-law or µ-law | 8 kHz | ~0.5 MB |
| Voice memo / podcast source | PCM 16-bit BE | 22.05 or 44.1 kHz, mono | 1.3-5 MB |
| Lossless with smaller files (where supported) | FLAC-in-AIFC | 44.1 kHz | ~5-6 MB |
Sizes assume two channels except where noted; mono halves the figure. AIFC's overhead is a few hundred bytes of header chunks.
AIFF holds only uncompressed linear PCM. AIFC uses the same container layout but adds a 4-byte codec identifier in the COMM chunk, so the audio inside can be PCM or a compressed codec like A-law, µ-law, IMA ADPCM, or MACE. If you choose the default PCM 16-bit big-endian codec, the resulting .aifc is byte-for-byte interchangeable with .aiff apart from the header tag — pick AIFC when you want flexibility to swap in a smaller codec later, and AIFF when a strict spec requires the original 1988 format.
No. WMA Standard, WMA Pro, and WMA Voice are lossy codecs, so the information discarded at encode time is already gone. Converting to PCM inside AIFC preserves exactly what's left — it does not restore detail. The benefit is that further edits, mixes, and exports run lossless from that point on, with no additional generation loss.
WMA Standard at 128 kbps stores about 1 MB per minute of stereo audio; uncompressed PCM 16-bit at 44.1 kHz stores about 10 MB per minute. AIFC defaults to that same PCM 16-bit big-endian encoding, so the size jump matches the bit-rate ratio. To shrink files while staying in the AIFC container, pick A-law / µ-law for voice or FLAC for lossless music; to keep the smaller size with a lossy codec, convert to MP3 or AAC instead.
Yes. Apple's audio frameworks (Core Audio / AVFoundation) have read AIFC since the Mac OS Classic era because Apple authored the spec in 1991. Logic Pro, GarageBand, Final Cut Pro, QuickTime Player, and the macOS Finder previewer all decode it. The reverse — getting macOS to read WMA — requires installing a third-party codec pack since Microsoft retired the Flip4Mac plugin in 2017.
Out of the box, no. Windows 11's modern Media Player does not decode AIFC, and Android lacks a system codec. VLC, foobar2000, and any FFmpeg-based player handle it on Windows; on Android, VLC and PowerAmp work. If you need broad playback compatibility instead of Apple-pipeline compatibility, WAV or FLAC is a safer target.
WMA stores metadata in ASF header objects, and AIFC stores it in NAME, AUTH, (c) , ANNO, and ID3 chunks. Basic fields (title, artist, album) carry across; album art and obscure custom WMA tags may not. If you need a strict tag round-trip for music libraries, run a tag editor like Mp3tag or Kid3 on the AIFC output afterward to fill anything missing.
Yes — WMA Lossless decodes to bit-perfect PCM, and exporting to AIFC PCM 16-bit (or 24-bit if the source is 24-bit) preserves every sample. Check the source bit depth first: if your WMA Lossless file is 24-bit/96 kHz, set the AIFC export to 24-bit and 96 kHz so no down-conversion happens. WMA Standard, Pro, and Voice are lossy regardless of bitrate, so "lossless conversion" only applies to the WMA Lossless variant.
.aifc the preferred extension instead of .aif or .aiff?Apple's 1991 AIFF-C specification recommends .aifc specifically to signal to applications that the file may not contain raw PCM — that the COMM chunk holds a codec identifier they must check before decoding. In practice macOS and most audio apps also accept .aif and .aiff for compressed AIFF, but .aifc is the technically correct extension and avoids confusion when an app blindly assumes "AIFF = uncompressed PCM."
Yes. Use the Trim option on this page to enter start and end timestamps with millisecond precision — the conversion only encodes that range, which keeps the AIFC file small. For more involved cuts (multiple regions, fade in/out, joining clips) export the full AIFC first and edit it in Audio Cutter or your DAW of choice.