mirror of https://github.com/coqui-ai/TTS.git
update the main README
parent
d43a46cc96
commit
426bdbd9cc
10
README.md
10
README.md
|
@ -91,11 +91,7 @@ Underlined "TTS*" and "Judy*" are :frog:TTS models
|
|||
You can also help us implement more models. Some :frog: TTS related work can be found [here](https://github.com/erogol/TTS-papers).
|
||||
|
||||
## Install TTS
|
||||
<<<<<<< HEAD
|
||||
:frog: TTS is tested on Ubuntu 18.04 with **python >= 3.6, < 3.9**.
|
||||
=======
|
||||
TTS is tested on Ubuntu 18.04 with **python >= 3.6, <3.9**.
|
||||
>>>>>>> readme update for espeak install
|
||||
|
||||
If you are only interested in [synthesizing speech](https://github.com/coqui-ai/TTS/tree/dev#example-synthesizing-speech-on-terminal-using-the-released-models) with the released :frog: TTS models, installing from PyPI is the easiest option.
|
||||
|
||||
|
@ -110,9 +106,9 @@ git clone https://github.com/coqui-ai/TTS
|
|||
pip install -e .
|
||||
```
|
||||
|
||||
We use ```espeak``` to convert graphemes to phonemes. You might need to install separately.
|
||||
We use ```espeak-ng``` to convert graphemes to phonemes. You might need to install separately.
|
||||
```bash
|
||||
sudo apt-get install espeak
|
||||
sudo apt-get install espeak-ng
|
||||
```
|
||||
|
||||
## Directory Structure
|
||||
|
@ -256,7 +252,7 @@ pip install pylint cardboardlint
|
|||
cardboardlinter --refspec master
|
||||
```
|
||||
7. Send a PR to ```dev``` branch, explain what the change is about.
|
||||
8. Let us discuss until we make it perfect :).
|
||||
8. Let us discuss until we make it perfect :) 💪.
|
||||
9. We merge it to the ```dev``` branch once things look good.
|
||||
|
||||
Feel free to ping us at any step you need help using our communication channels.
|
||||
|
|
Loading…
Reference in New Issue