Audify Documentation

Convert ebooks and PDFs to audiobooks using AI text-to-speech.

What is Audify?

Audify is a pipeline and CLI tool that transforms written content (EPUB, PDF, TXT, MD) into high-quality audiobooks using:

  • Multiple TTS Providers – Kokoro (local), Qwen-TTS (local), OpenAI, AWS Polly, Google Cloud TTS

  • LLM-powered audio generation – Transform text into audiobook scripts, podcasts, lectures, summaries, and more

  • Flexible task system – Use built-in prompts or provide your own custom prompts

Quick Example

# Install
pip install audify-cli

# Convert an EPUB to audiobook (direct TTS)
audify book.epub --task direct

# Generate an LLM-enhanced audiobook
audify book.epub --task audiobook

# Use a different task (podcast-style)
audify book.epub --task podcast

# Use a custom prompt
audify book.epub --prompt-file my-prompt.txt

Indices and tables