From 4546e6d2bc0b7fb7f2e10afa65b452091967b229 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 5 Sep 2025 22:24:31 +0200 Subject: [PATCH] chore: format readme table --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4b0e047..17b3d6f 100644 --- a/README.md +++ b/README.md @@ -178,17 +178,17 @@ 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** | -| Chinese | 'z' | requirements-zh.txt | -| Japanese | 'j' | requirements-jp.txt | -| Spanish | 'e' | _no additional requirements_ | -| French | 'f' | _no additional requirements_ | -| Hindi | 'h' | _no additional requirements_ | -| Italian | 'i' | _no additional requirements_ | -| Brazilian Portuguese | 'p' | _no additional requirements_ | +| Language | lang_code | requirements file | +| -------------------- | --------- | ----------------------------- | +| 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_ | +| French | 'f' | _no additional requirements_ | +| Hindi | 'h' | _no additional requirements_ | +| Italian | 'i' | _no additional requirements_ | +| Brazilian Portuguese | 'p' | _no additional requirements_ | > [!Note] > Voices are prefixed with the language code and their gender. For example, 'af' means it is American English and Female. 'zm' means it is Chinese and Male.