fx
Browse files
README.md
CHANGED
@@ -25,11 +25,11 @@ tags:
|
|
25 |
- `landscape2soundscape.py` shows how to overlay TTS & Soundscape to Images
|
26 |
- `134` build-in voices
|
27 |
|
28 |
-
Available Voices
|
29 |
|
30 |
<a href="https://audeering.github.io/shift/">Listen Voices!</a>
|
31 |
|
32 |
-
|
33 |
|
34 |
Install
|
35 |
|
@@ -50,7 +50,7 @@ CUDA_DEVICE_ORDER=PCI_BUS_ID HF_HOME=./hf_home CUDA_VISIBLE_DEVICES=2 python api
|
|
50 |
|
51 |
The following need `api.py` to be running on a `tmux session`.
|
52 |
|
53 |
-
|
54 |
|
55 |
```python
|
56 |
# Basic TTS - See Available Voices
|
|
|
25 |
- `landscape2soundscape.py` shows how to overlay TTS & Soundscape to Images
|
26 |
- `134` build-in voices
|
27 |
|
28 |
+
## Available Voices
|
29 |
|
30 |
<a href="https://audeering.github.io/shift/">Listen Voices!</a>
|
31 |
|
32 |
+
## Flask API
|
33 |
|
34 |
Install
|
35 |
|
|
|
50 |
|
51 |
The following need `api.py` to be running on a `tmux session`.
|
52 |
|
53 |
+
### Text 2 Speech
|
54 |
|
55 |
```python
|
56 |
# Basic TTS - See Available Voices
|