format
Browse files
README.md
CHANGED
@@ -21,19 +21,21 @@ tags:
|
|
21 |
|
22 |
# Affective TTS / Soundscape
|
23 |
|
24 |
-
Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [
|
25 |
-
- Analysis of emotions of TTS
|
26 |
-
-
|
27 |
|
28 |
## Available Voices
|
29 |
|
30 |
-
<a href="https://audeering.github.io/shift/">Listen to available voices!</a>
|
|
|
|
|
31 |
|
32 |
## Flask
|
33 |
|
34 |
<details>
|
35 |
<summary>
|
36 |
-
|
37 |
</summary>
|
38 |
|
39 |
Clone
|
|
|
21 |
|
22 |
# Affective TTS / Soundscape
|
23 |
|
24 |
+
Expansion of [SHIFT TTS tool](https://github.com/audeering/shift) with [AudioGen soundscapes](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3).
|
25 |
+
- [Analysis of emotions of TTS](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
26 |
+
- [Listen foreign languages](https://huggingface.co/dkounadis/artificial-styletts2/discussions/4)
|
27 |
|
28 |
## Available Voices
|
29 |
|
30 |
+
<a href="https://audeering.github.io/shift/">Listen to English available voices!</a>
|
31 |
+
|
32 |
+
<a href="https://huggingface.co/dkounadis/artificial-styletts2/blob/main/Utils/all_langs.csv">Foreign languages</a>
|
33 |
|
34 |
## Flask
|
35 |
|
36 |
<details>
|
37 |
<summary>
|
38 |
+
Build virtualenv & start API
|
39 |
</summary>
|
40 |
|
41 |
Clone
|