mirror of
https://github.com/santinic/audiblez.git
synced 2025-08-05 16:48:55 +00:00
readme
This commit is contained in:
parent
99138f9b5d
commit
9c60f0de7b
1 changed files with 44 additions and 0 deletions
44
README.md
Normal file
44
README.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue