SpireLab commited on
Commit
a17506e
·
verified ·
1 Parent(s): 452b9e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -13,26 +13,26 @@ This API provides a Text-to-Speech (TTS) service that converts input text into s
13
 
14
  ### Query Parameters
15
 
16
- | Parameter | Type | Required | Description | |
17
- | --------- | ------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
18
- | `text` | string | Yes | The input text to be converted into speech. | |
19
- | `lang` | string | Yes | The language of the input text. Acceptable values include: `bhojpuri`, `bengali`, `english`, `gujarati`, `hindi`, `chhattisgarhi`, `kannada`, `magahi`, `maithili`, `marathi`, `telugu`. | |
20
  | `speaker` | string | Yes | The desired speaker's voice. Format: `<language>_<gender>`. For example: `hindi_male`, `english_female`. Refer to the available speakers below. |
21
 
22
  ### Available Speakers
23
 
24
- | Language | Language codes | Male Speaker | Female Speaker | |
25
- | ------------- | -------- | ------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
26
- | chhattisgarhi | hne | chhattisgarhi\_male | chhattisgarhi\_female | |
27
- | kannada | kn | kannada\_male | kannada\_female | |
28
- | maithili | mai | maithili\_male | maithili\_female | |
29
- | telugu | te | telugu\_male | telugu\_female | |
30
- | bengali | bn | bengali\_male | bengali\_female | |
31
- | bhojpuri | bho | bhojpuri\_male | bhojpuri\_female | |
32
- | marathi | mr | marathi\_male | marathi\_female | |
33
- | gujarati | gu | gujarati\_male | gujarati\_female | |
34
- | hindi | hi | hindi\_male | hindi\_female | |
35
- | magahi | mag | magahi\_male | magahi\_female | |
36
  | english | en | english\_male | english\_female |
37
 
38
  ### Responses
 
13
 
14
  ### Query Parameters
15
 
16
+ | Parameter | Type | Required | Description |
17
+ | --------- | ------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
18
+ | `text` | string | Yes | The input text to be converted into speech. |
19
+ | `lang` | string | Yes | The language of the input text. Acceptable values include: `bhojpuri`, `bengali`, `english`, `gujarati`, `hindi`, `chhattisgarhi`, `kannada`, `magahi`, `maithili`, `marathi`, `telugu`. |
20
  | `speaker` | string | Yes | The desired speaker's voice. Format: `<language>_<gender>`. For example: `hindi_male`, `english_female`. Refer to the available speakers below. |
21
 
22
  ### Available Speakers
23
 
24
+ | Language | Language codes | Male Speaker | Female Speaker |
25
+ | ------------- | -------- | ------------------- | --------------------- |
26
+ | chhattisgarhi | hne | chhattisgarhi\_male | chhattisgarhi\_female |
27
+ | kannada | kn | kannada\_male | kannada\_female |
28
+ | maithili | mai | maithili\_male | maithili\_female |
29
+ | telugu | te | telugu\_male | telugu\_female |
30
+ | bengali | bn | bengali\_male | bengali\_female |
31
+ | bhojpuri | bho | bhojpuri\_male | bhojpuri\_female |
32
+ | marathi | mr | marathi\_male | marathi\_female |
33
+ | gujarati | gu | gujarati\_male | gujarati\_female |
34
+ | hindi | hi | hindi\_male | hindi\_female |
35
+ | magahi | mag | magahi\_male | magahi\_female |
36
  | english | en | english\_male | english\_female |
37
 
38
  ### Responses