Discover and explore top open-source AI tools and projects—updated daily.
Convert epubs to audiobooks using advanced TTS
Top 99.8% on SourcePulse
Autiobooks addresses the need to convert EPUB e-books into audiobook format (.m4b), targeting users who wish to listen to their digital books. It leverages the Kokoro text-to-speech model to generate natural-sounding audio, making e-books accessible for auditory consumption.
How It Works
Autiobooks processes EPUB files, extracting content chapter by chapter. It then utilizes the Kokoro speech synthesis model, an 82-million-parameter open-weight model, to convert the text into speech. The generated audio for each chapter is saved as a .wav file, which are subsequently combined into a single .m4b audiobook file. This approach allows for high-quality, natural-sounding speech output that can run on consumer hardware.
Quick Start & Requirements
ffmpeg
and python3-tkinter
. For Linux, install via sudo apt install ffmpeg python3-tkinter
. For macOS, use brew install ffmpeg python3-tk
. espeak-ng
is recommended for improved processing of unknown words.python3 -m autiobooks
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
6 months ago
Inactive