Initializing... drag & drop files here
Supports: WMA
.wma clips. Batch is supported — every file is processed in the browser session, no upload to a remote queue.HH:MM:SS.mmm. Useful for clipping a single track out of a long WMA recording before it expands into AIF.WMA (Windows Media Audio) was Microsoft's answer to MP3, released August 1999 and shipped as a Windows Media Player default through Windows 7. Apple never built native WMA decoding into macOS, iOS, Logic, or Final Cut — so the format that filled CD-ripped Windows libraries through the 2000s now sits unreadable in Apple-centric workflows. AIF (Audio Interchange File Format), released by Apple in January 1988, is the inverse: uncompressed PCM, big-endian, baked into every Apple audio app since System 6. Converting WMA → AIF is the bridge between those two ecosystems.
.wma natively; converting to AIF lets you drop the file straight onto a timeline with sample-accurate behaviour and no transcoder plugin.| Property | WMA | AIF |
|---|---|---|
| Released by | Microsoft, Aug 1999 | Apple, Jan 1988 |
| Compression | Lossy (Standard/Pro/Voice) or lossless (WMA Lossless) | Uncompressed PCM (AIF) or compressed (AIFC) |
| Byte order | Little-endian | Big-endian (AIF); little-endian sowt in AIFC |
| Typical bitrate | 64–192 kbit/s lossy, ~500–1000 kbit/s lossless | ~1411 kbit/s at 16-bit/44.1 kHz stereo |
| File size, 1 min stereo @ 44.1 kHz | ~0.7–1.5 MB lossy | ~10 MB uncompressed |
| Native on macOS / iOS | No | Yes (CoreAudio) |
| Native on Windows | Yes (Media Foundation) | Decode yes, no native encoder |
| Metadata | ASF tags, DRM-capable | ID3 chunk or proprietary chunks |
| DAW support | Limited (mostly Windows-only) | Universal (Logic, Pro Tools, Ableton, Reaper, Cubase) |
| Best fit | Legacy Windows playback / streaming | Pro audio editing, mastering, Apple ecosystem archive |
| Setting | Use it when | Output file size, 1 min |
|---|---|---|
| 44.1 kHz / Stereo | Music masters, CD prep, general listening | ~10.1 MB |
| 48 kHz / Stereo | Video post (NTSC/PAL/digital cinema), DAW mix sessions | ~11.0 MB |
| 96 kHz / Stereo | High-res masters — only meaningful if source is already 96 kHz+ | ~22.0 MB |
| 22.05 kHz / Mono | Voice recordings, podcasts where the original was telephony-grade | ~2.5 MB |
| 44.1 kHz / Mono | Spoken-word, audiobook chapters | ~5.0 MB |
Sizes assume 16-bit PCM. The xconvert pipeline writes 16-bit signed big-endian samples (pcm_s16be), which matches the standard AIF profile.
Yes. .aif and .aiff are the same format — both are Apple's Audio Interchange File Format. The three-letter .aif is the DOS 8.3-filename legacy spelling; .aiff is the four-letter modern spelling. Every Apple audio app, ffmpeg, Audacity, and CoreAudio treat them as identical. If your target system needs .aiff specifically, use our WMA to AIFF page instead — same conversion, different extension on the output.
The AIF container is uncompressed PCM, but it can't recreate audio that was discarded during the original WMA encode. If your source is WMA Standard at 128 kbit/s, the AIF will faithfully preserve everything that 128 kbit/s WMA preserved — frequency-domain artifacts and all — at ~1411 kbit/s PCM. There's no upscaling. The benefit is editability and compatibility, not added fidelity.
PCM stores every sample uncompressed. A 1-minute stereo file at 44.1 kHz / 16-bit is 44,100 × 2 × 2 × 60 ≈ 10.6 MB. WMA Standard at 128 kbit/s stores the same minute in ~0.96 MB by discarding inaudible frequencies. The size ratio of ~10× is expected and is the point of the format — pro tools need raw samples to edit without quality loss.
No. Apple removed Windows Media Components for QuickTime in macOS 10.7 Lion (2011) and never replaced them. Modern macOS plays WMA only through third-party apps (VLC, Audirvana, EasyWMA, ffmpeg). Conversion to AIF is the only way to get WMA into Logic Pro, Final Cut, GarageBand, iMovie, or QuickTime Player without installing extra codecs.
Match your source rate if possible — upsampling never adds detail. Most WMA music files were ripped at 44.1 kHz; voice recordings often at 22.05 kHz or 16 kHz. Pick 48 kHz only if you're targeting a video or broadcast workflow that expects it. Our output is 16-bit; for 24-bit masters use a DAW after conversion to dither cleanly.
Yes. The decoder accepts WMA Standard (v1, v2, v9), WMA Pro, WMA Lossless, and WMA Voice. WMA Lossless will round-trip without any audible change. WMA Pro multichannel files are downmixed to stereo unless you set Audio Channel explicitly.
Functionally equivalent — both are uncompressed PCM containers. AIF is big-endian and slightly preferred inside the Apple toolchain (Logic, GarageBand default to AIF); WAV is little-endian and slightly preferred on Windows and in cross-platform DAWs (Reaper, Ableton). Either will sound identical. If you need WAV instead, see our WMA to WAV page.
No. WMA files that were purchased from the Microsoft Zune store, MSN Music, Napster (pre-2008), or other Windows Media DRM stores carry license restrictions that block decoding without a valid license key. Microsoft also shut down the PlaysForSure license servers in 2008, leaving many of those files unplayable even on Windows. xconvert cannot bypass DRM — only unprotected .wma rips will convert.
AIF is uncompressed and large; MP3 is lossy and small. AIF is the right choice when you'll edit, master, archive, or hand the file to professional audio software. MP3 is the right choice when the destination is consumer playback (phones, browsers, streaming). For the lossy path instead, see WMA to MP3.