Legend expanded
Browse files
README.md
CHANGED
@@ -9,14 +9,24 @@ size_categories:
|
|
9 |
Cloned the GitHub repo for easier viewing and embedding the above table. https://github.com/Vaibhavs10/open-tts-tracker
|
10 |
|
11 |
Legend for the above TTS capability table:
|
12 |
-
* Processor
|
13 |
-
*
|
14 |
-
*
|
15 |
-
*
|
16 |
-
*
|
17 |
-
*
|
18 |
-
*
|
19 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
* Longform synthesis - Able to synthesis whole paragraphs
|
21 |
|
22 |
A _null_ value means unfilled/unknown. Please create pull requests to update the info on the models.
|
|
|
9 |
Cloned the GitHub repo for easier viewing and embedding the above table. https://github.com/Vaibhavs10/open-tts-tracker
|
10 |
|
11 |
Legend for the above TTS capability table:
|
12 |
+
* Processor β‘ - Inference done by
|
13 |
+
* CPU (1οΈβ£/βΎ cores) - Real-time factor should be below 2.0 to qualify for CPU, though some leeway can be given if it supports audio streaming
|
14 |
+
* CUDA by NVIDIA (single/sli)
|
15 |
+
* ROCm by AMD (single/Crossfire)
|
16 |
+
* Phonetic alphabet π€ - Phonetic transcription that allows to control pronunciation of words before inference
|
17 |
+
* [IPA](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) - International Phonetic Alphabet
|
18 |
+
* [ARPAbet](https://en.wikipedia.org/wiki/ARPABET) - American English focused phonetics
|
19 |
+
* Insta-clone π₯ - Zero-shot model for quick voice cloning
|
20 |
+
* Emotion control π - Able to force an emotional state of speaker
|
21 |
+
* Yes / π <# emotions>
|
22 |
+
* strict insta-clone switch / ππ₯ - clone may sound different than normal speaking voice; no ability to go in-between states
|
23 |
+
* strict control through prompt ππ - prompt input parameter
|
24 |
+
* Prompting - Also a side effect of narrator based datasets and a way to affect the emotional state, [ElevenLabs docs](https://elevenlabs.io/docs/speech-synthesis/prompting#emotion))
|
25 |
+
* Yes / π - Prompt as a separate input parameter
|
26 |
+
* Yes / π£π - Prompt is spoken by TTS
|
27 |
+
* Streaming support π - If it is possible to playback audio that is still being generated
|
28 |
+
* Speech control π - Ability to change the pitch, duration, energy and/or emotion of generated speech
|
29 |
+
* Voice conversion / Speech-To-Speech support π¦ - Yes/No (Streaming support implies real-time S2S; S2T=>T2S does not count)
|
30 |
* Longform synthesis - Able to synthesis whole paragraphs
|
31 |
|
32 |
A _null_ value means unfilled/unknown. Please create pull requests to update the info on the models.
|