mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
Update README.md
This commit is contained in:
@@ -199,13 +199,11 @@ to let the web page reconnect to the new connection socket.**
|
||||
(must be a .zip file containing the mandatory model files. Example for XTTSv2: config.json, model.pth, vocab.json and ref.wav)
|
||||
- **Linux/MacOS**
|
||||
```bash
|
||||
./ebook2audiobook.sh --headless --ebook <ebook_file_path> \
|
||||
--language <language> --custom_model <custom_model_path>
|
||||
./ebook2audiobook.sh --headless --ebook <ebook_file_path> --language <language> --custom_model <custom_model_path>
|
||||
```
|
||||
- **Windows**
|
||||
```bash
|
||||
ebook2audiobook.cmd --headless --ebook <ebook_file_path> \
|
||||
--language <language> --custom_model <custom_model_path>
|
||||
ebook2audiobook.cmd --headless --ebook <ebook_file_path> --language <language> --custom_model <custom_model_path>
|
||||
```
|
||||
<i>Note: the ref.wav of your custom model is always the voice selected for the conversion</i>
|
||||
|
||||
@@ -213,7 +211,6 @@ to let the web page reconnect to the new connection socket.**
|
||||
which must contain (according to the tts engine) all the mandatory files<br>
|
||||
(see ./lib/models.py).
|
||||
|
||||
|
||||
### For Detailed Guide with list of all Parameters to use
|
||||
- **Linux/MacOS**
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user