fx
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ tags:
|
|
21 |
- [SHIFT TTS tool](https://github.com/audeering/shift)
|
22 |
- Analysis of TTS emotionality [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
23 |
- Soundscapes `trees, water, ..` via [AudioGen](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
|
24 |
-
- `landscape2soundscape.py`
|
25 |
|
26 |
## Available Voices
|
27 |
|
@@ -34,10 +34,12 @@ tags:
|
|
34 |
Create virtualenv
|
35 |
</summary>
|
36 |
|
|
|
37 |
|
38 |
```
|
39 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
40 |
```
|
|
|
41 |
|
42 |
```
|
43 |
virtualenv --python=python3 ~/.envs/.my_env
|
|
|
21 |
- [SHIFT TTS tool](https://github.com/audeering/shift)
|
22 |
- Analysis of TTS emotionality [#1](https://huggingface.co/dkounadis/artificial-styletts2/discussions/2)
|
23 |
- Soundscapes `trees, water, ..` via [AudioGen](https://huggingface.co/dkounadis/artificial-styletts2/discussions/3)
|
24 |
+
- `landscape2soundscape.py` generates soundscape / overlays TTS / creates video from image.
|
25 |
|
26 |
## Available Voices
|
27 |
|
|
|
34 |
Create virtualenv
|
35 |
</summary>
|
36 |
|
37 |
+
Clone
|
38 |
|
39 |
```
|
40 |
git clone https://huggingface.co/dkounadis/artificial-styletts2
|
41 |
```
|
42 |
+
Install
|
43 |
|
44 |
```
|
45 |
virtualenv --python=python3 ~/.envs/.my_env
|