Convert M4B to AIFF Online for Free
Decode an accessible M4B audiobook to uncompressed AIFF audio for editing, restoration, or a workflow that needs PCM samples.
- Add a file Choose or drop it here
- Pick the format Change it whenever needed
- Download the result After conversion completes
Convert M4B to AIFF for Sample-Level Audio Work, Not Audiobook Playback
M4B to AIFF is useful when an accessible audiobook needs to enter an editing, restoration, transcription, analysis, or production workflow that expects uncompressed samples. The converter reads the M4B audio track, decodes its codec, and writes new PCM sample data in an AIFF container. The result is easier for many audio applications to manipulate, but it is usually far larger and loses the book-oriented structure that made M4B useful to a listener.
This is not a quality upgrade. Many M4B audiobooks carry AAC, a lossy codec; decoding AAC to PCM AIFF preserves the decoded waveform for editing but cannot restore frequencies or detail removed during AAC encoding. An M4B can instead carry ALAC, a lossless codec. AIFF made from ALAC can represent the decoded samples without a lossy stage, but it will still take substantially more storage because ordinary AIFF PCM is uncompressed.
Keep the original M4B beside the AIFF working copy. It may be the only file with its chapter navigation, cover art, publication metadata, and intended audiobook classification. When the edit is complete, keep a versioned master and build a new listening delivery file deliberately rather than replacing the original book package with an editing interchange file.
What an M4B Carries Beyond Its Narration Track
M4B is an audiobook-oriented use of the MPEG-4/ISO Base Media File Format family. Its box-based structure can describe tracks, media timing, and the locations of compressed samples. Common AAC audio is normally identified through an mp4a sample entry and decoder configuration, which tells a compatible decoder about the AAC object type, sample rate, and channel layout. The extension alone is not a codec declaration, so a converter needs to inspect rather than assume the payload.
A book file can also carry title, author, narrator, series, language, description, and cover art. Apple’s media documentation treats metadata such as title and artwork as container metadata, which can appear in format-specific collections. Long-form navigation is separate again: Apple’s QuickTime chapter-list documentation describes a text track with one sample per chapter and a 'chap' reference from an enabled media track. A player that recognises that relationship can offer named jumps; another player can ignore it while still playing the audio.
Converting the whole M4B to one AIFF produces one continuous PCM audio stream. It does not automatically extract a chosen chapter, preserve a clickable chapter list in standard AIFF, or recreate an app’s remembered listening position. To edit one chapter, identify its start/end time from a trustworthy chapter map, export or cut a working range in an editor, and preserve the original timestamps for reassembly.
AIFF Stores PCM in FORM, COMM, and SSND Chunks
Classic AIFF is an Interchange File Format-style container. It begins with a FORM chunk whose form type identifies AIFF. Within it, the Common chunk, COMM, describes essential audio properties such as channel count, number of sample frames, sample size, and sample rate. The Sound Data chunk, SSND, contains the sample bytes and includes offset and block-size fields before the actual sound data. A reader needs the descriptive information and the data to agree; a file extension by itself has no such meaning.
Classic AIFF conventionally stores multibyte sample values in big-endian order. That is different from ordinary WAV PCM’s common little-endian convention, even when both files contain the same sample rate, bit depth, and channel count. AIFF’s COMM sample rate is represented as an 80-bit extended floating-point value, a historical detail that well-formed writers and readers handle when they declare rates such as 44.1 or 48 kHz. Incorrectly written rate data can make narration play too fast, too slow, or be rejected altogether.
AIFF-C is a related variant that can name compression formats, while a standard PCM AIFF workflow usually aims for uncompressed samples. Before delivery, confirm what the downstream editor or hardware calls “AIFF.” Some applications accept both variants, while older or narrow-purpose systems expect classic big-endian PCM AIFF and may not accept compressed or unexpected variants.
An AIFF reader also needs a realistic sample-frame count and a sound-data offset that points into the intended SSND payload. If a newly written file displays an implausible duration or contains clicks near the start, inspect the output in a second audio application before beginning a destructive edit. That check distinguishes a container-writing issue from a problem in the source narration.
Decode AAC or ALAC Before Writing New PCM Samples
An AAC M4B cannot be remuxed into an ordinary AIFF because AAC frames are compressed coding data, whereas the intended AIFF output contains PCM samples. The conversion path is decode AAC to PCM, then write the PCM samples and matching AIFF chunk information. AAC-LC is common, while HE-AAC variants use additional coding tools; both must be decoded according to their configuration rather than guessed from a filename. An M4B carrying ALAC follows the same decode-and-write pattern, but the ALAC decode can retain source sample values.
Choose the output sample rate and channel layout for the editing destination. Preserve the source rate when possible; upsampling a 44.1 kHz narration to 96 kHz creates more numbers, not more original detail, and increases disk and processing use. Preserve mono narration as mono unless your editing plan requires stereo. Turning a single voice channel into two duplicate channels does not create a stereo recording.
AAC can have encoder delay, end padding, and container timing/edit information. Listen at the beginning and end after decoding, especially before and after chapter boundaries or a repair point. If an AIFF begins with unexpected silence, clips the first syllable, or reports a slightly different length, investigate timing and trim interpretation before making editorial decisions based on the shifted waveform.
Plan Storage, Editing Boundaries, and Return-to-Delivery Separately
AIFF is a sensible temporary production format because an editor can cut, repair, equalize, align, or analyse PCM without repeatedly decoding the source. It is not normally a compact listening format. A simple size estimate for uncompressed PCM is sample rate × bit depth ÷ 8 × channel count × seconds, plus container overhead. At 48 kHz, 16-bit, mono, one hour is about 346 MB before small chunk overhead; stereo roughly doubles it. A book-length project therefore needs practical free-space planning.
For a targeted correction, work on a copied range with pre-roll and post-roll around the problem, then document the exact original timeline. If an edit changes duration, every later chapter position can move. Rebuild or adjust the chapter map in the audiobook-authoring stage rather than assuming it follows a modified AIFF automatically. Store original chapter names and start times outside the temporary AIFF if the final output must remain navigable.
After editing, a compact M4B delivery version generally requires an intentional encode and package step. Match loudness, sample rate, channel configuration, codec choice, book tags, cover art, and chapter timings to the publishing target. Listen across the join before and after the repaired section; a technically valid PCM edit can still produce a noticeably different noise floor, tone, or level.
M4B-to-AIFF Conversion Changes These Properties
| Property | M4B source | AIFF output |
|---|---|---|
| Primary purpose | Audiobook delivery and library organisation | PCM interchange and editing |
| Audio representation | Often AAC; may be ALAC | Typically uncompressed PCM samples |
| Core structure | ISO Base Media boxes, timed tracks and sample tables | FORM container with COMM and SSND chunks |
| Byte order | Codec/container dependent | Classic PCM AIFF is conventionally big-endian |
| Chapters and resume | Can have timed chapter data; app may track position | Not standard audiobook navigation data |
| Metadata and artwork | Can include book-oriented metadata and cover art | Not a dependable one-to-one metadata destination |
M4B to AIFF Questions for an Editing Workflow
Does AIFF make an AAC audiobook sound better?
No. It provides uncompressed samples for subsequent editing, but decoding AAC cannot restore information AAC discarded. Avoid another unnecessary lossy encode until final delivery.
Will the output contain my M4B chapters and cover art?
Do not rely on that. AIFF is not an audiobook container with standard M4B-style chapter navigation. Preserve the source and record the required chapter timings and metadata for a later packaging step.
Can one conversion extract only chapter seven?
A whole-file conversion outputs the available audio stream. To isolate a chapter, use its verified time range in an editor and include a little surrounding audio for clean repair and fades.
Why is the AIFF much larger?
PCM stores sample values directly. AAC and ALAC use compression, so a long uncompressed AIFF consumes much more storage even when its audible content is the same.
Why can’t a purchased M4B be converted?
It may be encrypted or require account authorization. Use the provider’s authorised playback or support route; conversion does not remove DRM or bypass access controls.