Initializing... drag & drop files here
Supports: WAV
WAV is an uncompressed PCM container — pristine quality, but a 10-hour audiobook recorded at 44.1 kHz/16-bit stereo runs roughly 6 GB. M4B is AAC-encoded audio in the MPEG-4 container with the .m4b extension that tells audiobook players to enable bookmarking, so playback position is remembered across app restarts. The same 10 hours at 64 kbps AAC mono lands near 275 MB — about 95% smaller with no audible degradation for voice.
.m4b as resumable audiobook content, not music..m4a to .m4b works in many players, but proper M4B encoding ensures Apple Books shows it under Audiobooks rather than Music and preserves resume-on-launch behaviour.For the reverse direction, see M4B to WAV. To start from a compressed source, MP3 to M4B and FLAC to M4B follow the same workflow.
| Property | WAV | M4B |
|---|---|---|
| Container | RIFF (Microsoft / IBM, 1991) | MPEG-4 Part 14 (ISO/IEC 14496-14) |
| Default codec | Uncompressed PCM | AAC-LC (lossy, MPEG-4 Audio) |
| Typical bitrate (44.1 kHz stereo) | ~1411 kbps | 32-128 kbps |
| File size (10 hours mono voice) | ~3 GB | ~275 MB at 64 kbps |
| Chapter markers | Not supported in the base spec | Native, with titles and artwork |
| Bookmarking / resume-position | No | Yes — the .m4b extension triggers it in audiobook apps |
| Metadata (author, narrator, cover) | Limited (INFO/LIST chunks) | Rich (iTunes-style tags, cover art) |
| Editing friendliness | High — sample-accurate, lossless | Lower — re-encoding loses quality |
| Native playback | Every OS, every DAW | Apple Books, VLC, Audiobookshelf, Smart Audiobook Player, foobar2000 |
| Best for | Recording, mastering, editing | Distribution, long-form listening |
| Bitrate (AAC mono) | Sounds like | Use case |
|---|---|---|
| 32 kbps | Compressed phone-call quality | Bare-minimum sermons or low-storage archives |
| 48 kbps | Clear voice, slight thinness | Mid-quality audiobooks, podcasts |
| 64 kbps | Transparent for narration | Standard audiobook recommendation |
| 96 kbps | Studio-clean voice | High-end narration, music interludes |
| 128 kbps stereo | Music-grade | Audiobooks with score, dramatized productions |
M4B's .m4b extension tells audiobook players to remember playback position, expose chapter navigation, and file the content under Audiobooks instead of Music. MP3 lacks a standardized chapter atom (ID3 chapter frames exist but support is uneven), and most iOS players treat MP3s as songs that play through end-to-end without resuming the next time you open the app. AAC at the same bitrate also sounds noticeably cleaner than MP3 for voice, typically around 30-40% smaller for equivalent perceived quality.
The container and codec are identical — both are AAC inside MPEG-4. The extension is the signal: audiobook apps look for .m4b to enable bookmarking and audiobook-library behaviour. Renaming an M4A to M4B works in some players (VLC, Apple Books on macOS) but isn't guaranteed across every reader, and you miss the chance to embed chapter markers and audiobook-specific metadata properly. Converting through this tool produces a real M4B file rather than a renamed M4A.
For mono narration, 64 kbps AAC is the sweet spot and is what Audible and most self-publishing guidelines suggest as a baseline — transparent for voice and small enough that a 12-hour book fits under 350 MB. Drop to 48 kbps if storage is tight and the source is a single voice; bump to 96 kbps if you have music beds, multiple narrators, or sound effects. Stereo at 128 kbps is appropriate for full-cast dramatizations.
This converter focuses on audio encoding (codec, bitrate, channels, sample rate, trim). It does not currently add chapter markers during conversion. For chaptered output, convert your WAV files to M4B first, then use a desktop tool such as the open-source AudioBookConverter, mp4chaps from the mp4v2 utilities, or the Chapter and Verse app to splice files and embed chapter atoms. Some users prefer batching one WAV per chapter and letting their player auto-build a chapter list from the file order.
Yes. M4B is Apple's native audiobook format. After downloading the file, AirDrop it to your iPhone or drag it into the Books app on macOS and it syncs via iCloud. Apple Books will recognize it as an audiobook, file it in the Audiobooks library, and remember your position between sessions. For Mac users on macOS Catalina or later, drop the file into the Music app's Audiobooks playlist as an alternative location.
A 10-hour mono narration at 64 kbps AAC lands around 275 MB and is widely considered transparent for voice. Push down to 48 kbps mono and you're near 210 MB with a slight thinness that most listeners don't notice. At 32 kbps it becomes audibly compressed — fine for low-bandwidth archive purposes but not what you'd publish. The original WAV at 44.1 kHz/16-bit stereo would be roughly 6 GB, so even the conservative setting is a 95%+ reduction.
Yes — AAC is a lossy codec, so the conversion is one-way for that audio stream. Keep your WAV masters as the archive copy and treat the M4B as a distribution copy. For voice content at 64 kbps and above the loss is below the threshold of audibility for almost all listeners; for music masters you would not use M4B at all (FLAC or ALAC for lossless distribution, or higher-bitrate AAC for streaming). If you later need a high-quality copy, re-encode from the WAV — never from the M4B.
Yes. Drop every WAV chapter into the upload queue and the same settings apply to each file. You'll get one M4B per source WAV, which you can either keep as individual chapter files (most audiobook players will play them sequentially from a folder) or merge later with a tool like mp4box or AudioBookConverter into a single chaptered M4B. Sample rate, bitrate, and channel settings stay consistent across the batch.
WAV metadata is limited — usually just the BWF/INFO chunks with title, artist, and copyright if your DAW wrote them. The converter preserves what it can map to MP4 tags, but for audiobook-specific fields (Author, Narrator, Series, Cover Art) you'll want to edit the M4B in a tagger like Mp3tag, Kid3, or Subler after conversion. Apple Books reads these tags and uses them in its library view, so it's worth a minute to fill them in if you're building a personal collection.