chore: format readme table
This commit is contained in:
parent
d1b5942051
commit
4546e6d2bc
1 changed files with 11 additions and 11 deletions
|
@ -179,9 +179,9 @@ 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.
|
||||
|
||||
| Language | lang_code | requirements file |
|
||||
| -------------------- | --------- | ------------------------------- |
|
||||
| American English | 'a' | **non additional requirements** |
|
||||
| British English | 'b' | **no additional requirements** |
|
||||
| -------------------- | --------- | ----------------------------- |
|
||||
| American English | 'a' | _non additional requirements_ |
|
||||
| British English | 'b' | _no additional requirements_ |
|
||||
| Chinese | 'z' | requirements-zh.txt |
|
||||
| Japanese | 'j' | requirements-jp.txt |
|
||||
| Spanish | 'e' | _no additional requirements_ |
|
||||
|
|
Loading…
Reference in a new issue