mirror of https://github.com/coqui-ai/TTS.git
readme update for espeak install
This commit is contained in:
parent
c7407571fa
commit
d003e59347
|
@ -93,7 +93,7 @@ Please use our dedicated channels for questions and discussion. Help is much mor
|
|||
You can also help us implement more models. Some TTS related work can be found [here](https://github.com/erogol/TTS-papers).
|
||||
|
||||
## Install TTS
|
||||
TTS supports **python >= 3.6, <3.9**.
|
||||
TTS is tested on Ubuntu 18.04 with **python >= 3.6, <3.9**.
|
||||
|
||||
If you are only interested in [synthesizing speech](https://github.com/mozilla/TTS/tree/dev#example-synthesizing-speech-on-terminal-using-the-released-models) with the released TTS models, installing from PyPI is the easiest option.
|
||||
|
||||
|
@ -108,6 +108,11 @@ git clone https://github.com/mozilla/TTS
|
|||
pip install -e .
|
||||
```
|
||||
|
||||
We use ```espeak``` to convert graphemes to phonemes. You might need to install separately.
|
||||
```bash
|
||||
sudo apt-get install espeak
|
||||
```
|
||||
|
||||
## Directory Structure
|
||||
```
|
||||
|- notebooks/ (Jupyter Notebooks for model evaluation, parameter selection and data analysis.)
|
||||
|
|
Loading…
Reference in New Issue