This is the practical how-to companion to our overview of writing and publishing in one place. If you want the dashboard walkthrough, you're in the right post.

Before you start

You'll need:

Step 1 · Write your chapters

Open Projects in your dashboard. Click New project. Fill in:

Once the project exists, you'll see a chapter list. Click New chapter for each chapter. The editor is plain markdown — paragraphs separated by blank lines, headings with ##, bold with **, italic with _. Everything saves continuously; no save button to click.

Pasting an existing manuscript? A few tips:

Reorder chapters by dragging them in the sidebar. The drag order is what gets exported and narrated.

Step 2 · Export EPUB (optional but recommended)

You don't strictly need an EPUB to generate the audiobook — MimicReader pulls chapters directly from the project. But exporting EPUB first is useful for two reasons:

  1. You get a distributable ebook file you can upload to KDP, Apple Books, or send to beta readers
  2. The EPUB process is the same code that the audiobook generator uses, so if EPUB looks right, the audiobook will too — it's a quick sanity check

In your project, click Export → pick EPUB. The file generates in a few seconds and downloads to your computer. Open it in Apple Books, Calibre, or any EPUB reader to verify chapter breaks and metadata look correct.

If something looks off (a chapter is in the wrong order, or a heading didn't render), fix it in the project editor and re-export. The fix takes seconds because the project is the source of truth.

What's inside the EPUB

Step 3 · Generate the audiobook

Open your project. Click Generate audiobook. You'll see voice and tier options:

PickWhat it meansCost
Standard (OmniVoice)Default voice "Mimic" or one of 6 system voices; works in all 23 languages1 credit per hour of audio
Premium (Chatterbox)Richer emotional range, 23 languages; slightly slower generation1.5 credits per hour
Voice cloneUpload a 5-second WAV sample of any voice; available on either tierSame as tier above (no extra fee)

Click Generate. The pipeline runs:

  1. Concatenates your chapters into one long text
  2. Chunks the text into TTS-sized segments (~200 chars per chunk by default)
  3. Generates each chunk in parallel across 3 GPU workers (or 1 in cloud overflow mode)
  4. Concatenates the audio with smooth pauses at sentence / paragraph / chapter boundaries
  5. Normalizes to EBU R128 broadcast standard and encodes to M4A with chapter markers

For a 60,000-word novel, expect ~30 minutes of generation time (real-time factor ~0.3 with cached voice clone). You can navigate away — the job continues in the background and you'll get an email when it's done.

What you get: a single M4A file with embedded chapter markers (skips to chapters in any decent audio player), a separate sync.vtt file for read-along, the original EPUB, and a public share link if you want to send it to anyone.

Out of free credit?

If your book is longer than the 1-hour free monthly credit covers, you have two options on the /pricing page:

The two are fully independent — subscribers can buy packs on top, and pack-buyers don't need to subscribe.

Start your audiobook free

1 hour of generation included every month. No credit card required. Write the manuscript, click Generate, get the M4A.

Create your project

Common questions

How long does generation take for a typical book?

Real-time factor with the default OmniVoice on our RTX 3090 is about 0.30 — meaning 1 hour of audio takes about 18 minutes of wall time. A 10-hour novel ≈ 3 hours of generation. You don't have to babysit it; the job emails you when done.

What if I want to change a chapter after generating?

Edit the chapter, click Generate again. The pipeline reuses cached chunks where it can, so partial edits (typo fixes) re-render fast. Big rewrites take roughly proportional time.

Can I download the audiobook to my phone?

Yes. The M4A is a standard audio file — works in Apple's Books app, VLC, Smart Audiobook Player on Android, any modern audio player. MimicReader also runs as a PWA with built-in player + offline mode if you want to keep everything in one place.

Can I sell the audiobook?

Yes. You own the audio you generate. Upload to ACX (Audible), Findaway Voices, Authors Direct, BookFunnel, or self-host. The £2.50/month subscription tier and PAYG packs both come with full commercial rights at ≥100h lifetime usage; for shorter projects, see our self-publishing guide.

Can my book be in multiple languages?

One project, one language per generation pass. If you want a bilingual edition (e.g. Polish + English versions), create two projects with the same text — set the language on each, generate separately.

Where to go next

One workflow. Three steps. Done.

Write → Export → Generate. Free 1-hour monthly credit, no credit card.

Start Free