From a39bc1d5341ed26d8a796f05e973474b1ab3aeba Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 22 May 2026 20:50:57 +0200 Subject: [PATCH] chore: indicate optional language-specific setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9382887..d5704ad 100644 --- a/README.md +++ b/README.md @@ -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 | | -------------------- | --------- | ----------------------------- |