Initializing... drag & drop files here
Supports: WMA
.wma files. Batch is supported — queue an album, a meeting archive, or a folder of voice memos in one pass.HH:MM:SS.sss) to cut a clip during conversion. Click Convert. Files process in your browser session — no sign-up, no watermark.WMA (Windows Media Audio) is Microsoft's proprietary lossy codec introduced in 1999, native to Windows but not natively supported by macOS, QuickTime, Logic Pro, GarageBand, Final Cut Pro, or iMovie. AIFF (Audio Interchange File Format) is Apple's uncompressed container developed in 1988, storing raw PCM data — the same uncompressed quality as Red Book CD audio. Once your WMA decodes into AIFF, it stops losing quality with every edit and slots cleanly into Apple's audio toolchain.
.wma. AIFF opens in QuickTime, Music.app, Logic, Audacity, and Adobe Audition out of the box.| Property | WMA | AIFF |
|---|---|---|
| Developer | Microsoft (1999) | Apple (1988) |
| Compression | Lossy (WMAv2 by default) | Uncompressed PCM |
| Default codec | Windows Media Audio v2 | PCM 16-bit Big Endian |
| Typical bitrate | 64-320 kbps | ~1,411 kbps (CD stereo) |
| Size, 1 min stereo 44.1 kHz | ~1 MB at 128 kbps | ~10 MB |
| macOS native playback | No (needs VLC or 3rd-party) | Yes |
| Logic / Pro Tools / FCP | Not supported | Native import |
| Re-encode quality loss | Yes (every save) | None (PCM) |
| Best for | Windows-era playback | Editing, mastering, archival |
| Sample rate | Use case | Bit depth note |
|---|---|---|
| 8000 Hz | Telephony, legacy voicemail | Smallest AIFF, voice only |
| 16000 Hz | Speech recognition, podcasts (mono) | Matches Whisper / wide-band VoIP |
| 22050 Hz | Voice memos, lecture recordings | ~½ CD bandwidth |
| 44100 Hz | CD mastering, music production | Red Book standard |
| 48000 Hz | Video, Final Cut, broadcast | Default for film/TV |
xconvert outputs AIFF as PCM signed 16-bit big-endian (PCM_S16BE), which is the historic AIFF default that every Mac audio app reads natively.
AIFF is an uncompressed PCM container by design. The output is a raw stream of 16-bit big-endian samples, so there's no codec to tune. File size is governed by sample rate × channels × bit depth × duration — that's why a 3-minute 44.1 kHz stereo AIFF is always around 30 MB regardless of how the source WMA was encoded. If you want a smaller lossless file, try WMA to FLAC (compresses to about 50-60% of the AIFF size with zero quality loss).
No. WMA is lossy, so any data the encoder discarded is gone for good. Converting to AIFF preserves the current quality but cannot recover lost frequencies, transients, or stereo detail. The real value is that once you're in AIFF, no further editing step will degrade the audio — re-saving WMA after edits triggers another lossy pass.
Roughly 5-15x larger depending on the WMA bitrate. A 3 MB WMA at 128 kbps becomes about 30 MB as 44.1 kHz / 16-bit stereo AIFF. The AIFF size is fixed by sample rate and duration, not the source bitrate. One minute of CD-quality AIFF is about 10 MB; one minute at 48 kHz stereo is about 10.6 MB.
No. Logic Pro's supported import formats are WAV, AIFF, CAF, SDII, MP3, Apple Lossless, and AAC; GarageBand mirrors that list. Pro Tools also lacks native WMA decoding. Converting to AIFF (or WAV) is the standard workaround documented across Apple Community and Logic forums.
Yes. AIFF plays in VLC, foobar2000, MediaMonkey, Audacity, Adobe Audition, Reaper, and FL Studio on Windows. It's just less common than WAV in Windows-native workflows, so if your collaborator is on Windows you may prefer WMA to WAV instead — same uncompressed PCM, different container.
For music, match the source if you know it, otherwise use 44100 Hz. For voice, drop to 22050 Hz or 16000 Hz — WMA voice recordings rarely contain useful audio above 8 kHz, so a lower AIFF sample rate cuts the file size meaningfully without audible loss. For dialog destined for a video edit, use 48000 Hz to match standard film and broadcast workflows.
Basic metadata (title, artist, album) is preserved when present in the WMA header, but AIFF's metadata support is thinner than ID3 — embedded album art and extended fields may not survive. If you need full tagging, convert to WMA to MP3 (ID3v2) or to FLAC (Vorbis comments) instead.
No. xconvert processes files in your browser session — your WMA never leaves the page in a way that's retained. There's no account requirement, no watermark, and no quality cap on the output.
Yes. The decoder handles WMA v1, v2, WMA Pro, and WMA Lossless. Output is the same uncompressed PCM AIFF either way — converting from WMA Lossless gives you a bit-perfect copy of the original master, while converting from lossy WMA captures the audio at its current (already-degraded) quality.