Generate audiobooks from e-books
Find a file
Claudio Santini 1f04a7ed25 fix
2025-01-14 19:04:45 +01:00
.gitignore init 2025-01-14 15:35:10 +01:00
audiblez.py fix 2025-01-14 19:04:45 +01:00
LICENSE Initial commit 2025-01-14 15:36:21 +01:00
poetry.lock m4b 2025-01-14 18:38:26 +01:00
pyproject.toml fix 2025-01-14 19:04:45 +01:00
README.md readme 2025-01-14 16:30:25 +01:00

Audiblez: Create audiobooks from e-books

Audiblez converts .epub into .mp3 using high-quality and lightweight Kokoro-82M text-to-speech models.

How to install

pip install  audiblez  		# via Python PIP

brew install audiblez 		# On MacOSX via homebrew

apt get install audiblez  	# On Ubuntu/Debian

From sources

# Get the model
wget 

How to run

audiblez book.epub book.mp3

Change language

use -l to specify language, eg:

audiblez -l en-gb book.epub book.mp3

Kokoro supports these languages:

en-us
en-gb
fr-fr

Change voice