Text-to-Speech
coqui
erogol commited on
Commit
3295891
1 Parent(s): 4b95ca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -11,17 +11,19 @@ This is the same model that powers [Coqui Studio](https://coqui.ai/), and [Coqui
11
  a few tricks to make it faster and support streaming inference.
12
 
13
  ### Features
 
14
  - Voice cloning with just a 3-second audio clip.
 
15
  - Cross-language voice cloning.
16
  - Multi-lingual speech generation.
17
  - 24khz sampling rate.
18
 
19
  ### Code
20
- Current implementation only supports inference.
21
 
22
  ### Languages
23
- As of now, XTTS-v1 supports 13 languages: English, Spanish, French, German, Italian, Portuguese,
24
- Polish, Turkish, Russian, Dutch, Czech, Arabic, and Chinese (Simplified).
25
 
26
  Stay tuned as we continue to add support for more languages. If you have any language requests, please feel free to reach out.
27
 
 
11
  a few tricks to make it faster and support streaming inference.
12
 
13
  ### Features
14
+ - Supports 13 languages.
15
  - Voice cloning with just a 3-second audio clip.
16
+ - Emotion and style transfer by cloning.
17
  - Cross-language voice cloning.
18
  - Multi-lingual speech generation.
19
  - 24khz sampling rate.
20
 
21
  ### Code
22
+ The current implementation only supports inference.
23
 
24
  ### Languages
25
+ As of now, XTTS-v1 supports 13 languages: **English, Spanish, French, German, Italian, Portuguese,
26
+ Polish, Turkish, Russian, Dutch, Czech, Arabic, and Chinese**.
27
 
28
  Stay tuned as we continue to add support for more languages. If you have any language requests, please feel free to reach out.
29