mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-02-02 22:04:19 +01:00
Update README.md
This commit is contained in:
parent
ecfa130329
commit
062871082f
|
|
@ -139,10 +139,13 @@ This script allows you to speak a single phrase with one or more voices.
|
|||
```shell
|
||||
python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast
|
||||
```
|
||||
|
||||
### do socket streaming
|
||||
```socket server
|
||||
python tortoise/socket_server.py will listen port 5000
|
||||
python tortoise/socket_server.py
|
||||
```
|
||||
will listen at port 5000
|
||||
|
||||
|
||||
### faster inference read.py
|
||||
|
||||
This script provides tools for reading large amounts of text.
|
||||
|
|
|
|||
Loading…
Reference in a new issue