Skip to content

plusuncold/autiobooks

Repository files navigation

Autiobooks: Automatically convert epubs to audiobooks

Installing via pip and running PyPI - Python Version PyPI - Version

Autiobooks generates .m4b audiobooks from regular .epub e-books, using Kokoro's high-quality speech synthesis.

Demo of Autiobooks in action

Kokoro is an open-weight text-to-speech model with 82 million parameters. It yields natural sounding output while being able to run on consumer hardware.

It supports American, British English, French, Korean, Japanese and Mandarin (though we only-support English, for now) and a wide range of different voices with different accents and prosody.

PRs are welcome!

Changelog

1.0.6

  • Fix chapter index - @tomhense

1.0.5

  • Fix pip installs

1.0.3

  • Fix bug causing errors on some linux installs
  • Read epub files with chapters not marked as ITEM_DOCUMENT
  • Select all chapters if none are selected

1.0.2

  • Window can be resized

1.0.1

  • Initial release

How to install and run

(Note that pip installs are currently not working - we are looking into the cause of this, but in the meantime, please download the repo and run directly)

If you have Python 3 on your computer, you can install it with pip. Be aware that it won't work with Python 3.13.

pip install autiobooks

You will require ffmpeg and tkinter installed:

Linux:

sudo apt install ffmpeg python3-tkinter

MacOS:

brew install ffmpeg python-tk

To start the program, run:

python3 -m autiobooks

The program creates .wav files for each chapter, then combines them into a .m4b file for playing using an audiobook player.

Author

by David Nesbitt, distributed under MIT license.

About

Automatically convert epubs to audiobooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages