Initializing... drag & drop files here
Supports: M4B
An M4B is an audiobook container: AAC audio in an MPEG-4 wrapper, plus a chapter track, a resume-position bookmark, and a flag that tells Apple Books and iTunes to treat it as a book rather than an album. AIFF is uncompressed linear PCM with none of that. This guide walks through the conversion, what it costs in disk space, and — just as important — the two situations where you should not do it at all: when the file is DRM-protected, and when you only want something to listen to.
.m4b files work, and batch upload is supported for multi-part books..aiff. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours later — no sign-up, no watermark.Only three settings change the output on this page, and for a spoken-word recording two of them are worth thinking about carefully.
Uncompressed audio size is pure arithmetic — sample rate × bit depth × channels — so you can work out the result before you start. These figures use decimal megabytes.
| Sample format | Data rate | Per minute | Per hour | A 10-hour book |
|---|---|---|---|---|
| 22.05 kHz, 16-bit, mono | 353 kbps | 2.6 MB | 159 MB | 1.6 GB |
| 44.1 kHz, 16-bit, mono | 706 kbps | 5.3 MB | 318 MB | 3.2 GB |
| 44.1 kHz, 16-bit, stereo | 1,411 kbps | 10.6 MB | 635 MB | 6.4 GB |
| 48 kHz, 16-bit, stereo | 1,536 kbps | 11.5 MB | 691 MB | 6.9 GB |
For comparison, the same ten-hour book as an M4B encoded at 64 kbps is roughly 290 MB. The jump is the cost of storing raw samples, not a change in what you hear.
| Codec option | Container written | Sample size | Sensible for an audiobook? |
|---|---|---|---|
| PCM 16-bit Big Endian (starting choice) | Classic AIFF | 16-bit | Yes — the compatible default |
| PCM 16-bit Little Endian | AIFF-C, type sowt |
16-bit | Only if a tool explicitly asks for byte-swapped samples |
| PCM A-law | AIFF-C, type alaw |
8-bit companded | Halves the size, but it is a telephony codec — audible on narration |
| PCM mu-law | AIFF-C, type ulaw |
8-bit companded | Same trade-off; prefer mono 16-bit for size instead |
The hard stop is DRM. Audiobooks bought from the iTunes Store or Apple Books are wrapped in Apple's FairPlay protection, and Audible titles use AAX or AAXC. No online converter can decrypt either, so a protected .m4b or an .aax will fail or be refused outright. If you own the book and have the right to format-shift where you live, you would need to produce a DRM-free copy through the platform's own authorised tools first; xconvert then converts that file, but it does not remove protection itself. The other case where this is the wrong tool is simpler: if you want something to listen to on a phone or in a car, a multi-gigabyte uncompressed master is the opposite of what you need.
No. The audio inside an M4B is lossy AAC, and detail discarded during that encode is gone permanently. What AIFF gives you is a working file that does not lose anything further — you can cut, level, and re-export it repeatedly without stacking generation loss, which is exactly why editors want PCM. It is a lossless container around already-lossy audio: better for editing, identical to listen to.
No. M4B stores chapters and the resume bookmark inside the MPEG-4 container, and a plain AIFF is one continuous audio stream with no chapter structure at all. If chapter navigation is the point of the file for you, keep the M4B or use M4B to M4A, where the chapter track survives. To split the AIFF afterwards, note the chapter timestamps from the original and cut at those points with the Audio Cutter.
No. FairPlay-protected iTunes Store and Apple Books audiobooks, and Audible's AAX/AAXC files, are encrypted, and this converter has no way to decrypt them — the job will fail rather than produce a partial file. Only DRM-free .m4b files convert: recordings you made, files you produced, or DRM-free purchases.
Because PCM has none to offer. An uncompressed file's size is fully determined by sample rate, bit depth, and channel count, so there is no encoder making quality-versus-size decisions and no slider that could influence one. That is why the File Compression section you see on lossy targets is absent here, and why Audio Codec, Audio Channel, and Audio Sample Rate are the only controls that change the result.
Around 6.4 GB at 44.1 kHz, 16-bit, stereo, or about 3.2 GB in mono — that is arithmetic from the sample format rather than an estimate, since 44.1 kHz 16-bit stereo is exactly 1,411.2 kbps. Many audiobooks are produced mono at a lower sample rate, in which case the figure drops considerably; check the source properties before assuming the worst case, and set Audio Channel to MONO if the narration is single-voice.
They hold identical audio; the difference is byte order and ecosystem convention. AIFF is big-endian and native to Logic Pro, GarageBand, and Final Cut, so it is the natural choice on macOS. WAV is little-endian and the safer default on Windows and across most cross-platform tools — M4B to WAV produces that equivalent from the same source.
Yes, using Trim. Set a start time and a duration and only that section is converted, which avoids expanding a ten-hour book into an uncompressed file when you only need twenty minutes of it. You will need the chapter's timestamps from a player that reads the M4B's chapter track, since the timings are not carried into the AIFF itself.
Files are uploaded over an encrypted connection, converted on our servers, and both the upload and the finished AIFF are deleted automatically a few hours later — never shared, never made public, and no account is required. For a long book the practical constraint is upload time over your connection rather than any per-file feature limit, which is another good reason to trim first and convert only the part you need.