chore: indicate optional language-specific setup

This commit is contained in:
ayo 2026-05-22 20:50:57 +02:00
parent f71b6b33f2
commit a39bc1d534

View file

@ -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 |
| -------------------- | --------- | ----------------------------- |