chore: indicate optional language-specific setup
This commit is contained in:
parent
f71b6b33f2
commit
a39bc1d534
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ conda activate tts
|
|||
python -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### Language-specific setup
|
||||
### Optional: Language-specific setup
|
||||
|
||||
For some languages, you might need to install specific python dependencies. For example, before you can use Chinese voices to read Mandarin text you have to install the requirements listed in `requirements-zh.txt`.
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ python tts.py "Hello there!" --voice asmr # af_nicole
|
|||
python tts.py "Hello there!" --voice brit # bf_emma
|
||||
```
|
||||
|
||||
It is possible that the there are additional setup for a specific voice language. If you encounter a problem, please refer to the [language-specific setup section](#language-specific-setup) ane read the requirements text file for the language you want to use for possible additional steps. For example, using Japanese requires you to choose a dictionary and initialize a configuration file.
|
||||
It is possible that the there are additional setup for a specific voice language. If you encounter a problem, please refer to the [language-specific setup section](#optional-language-specific-setup) ane read the requirements text file for the language you want to use for possible additional steps. For example, using Japanese requires you to choose a dictionary and initialize a configuration file.
|
||||
|
||||
| Language | lang_code | requirements file |
|
||||
| -------------------- | --------- | ----------------------------- |
|
||||
|
|
|
|||
Loading…
Reference in a new issue