Skip to content

Commit c27b069

Browse files
committed
Update readme
1 parent 52ddc5c commit c27b069

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ Assuming you have docker installed and setup
1010
cd melotts-api-server
1111
docker build -t melotts-api-server .
1212

13+
### Languages and Speakers
14+
15+
#### Language
16+
17+
- EN - English
18+
- ES - Spainish
19+
- FR - French
20+
- ZH - Chinese
21+
- JP - Japanese
22+
- KR - Korean
23+
24+
#### Speaker IDs
25+
26+
- EN-US - American english accent
27+
- EN-BR - British english accent
28+
- EN_INDIA - Indian english accent
29+
- EN-AU - Australian english accent
30+
- EN-Default - Default english accent
31+
- **Notice!** Currently only english accents are working, and other accents are returning an error. This dose not mean that other language do not work!
32+
1333
### Run (English)
1434

1535
docker run -p 8888:8080 -e DEFAULT_SPEED=1 -e DEFAULT_LANGUAGE=EN -e DEFAULT_SPEAKER_ID=EN-US melotts-api-server
@@ -35,6 +55,8 @@ Response : .wav
3555
"speaker_id": "speaker_id"
3656
}
3757

58+
Response : .wav
59+
3860
## Acknowledgement
3961

4062
This just a API server for the awesome work of [MeloTTS](https://github.com/myshell-ai/MeloTTS) from [MyShell](https://github.com/myshell-ai)

0 commit comments

Comments
 (0)