openvoice plugin
Browse files- .ipynb_checkpoints/README-checkpoint.md +1 -1
- README.md +1 -1
.ipynb_checkpoints/README-checkpoint.md
CHANGED
@@ -94,7 +94,7 @@ dreamvoice.save_audio('gen2.wav', gen_audio2, sr)
|
|
94 |
# Training Guide
|
95 |
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
-
2. download DreamVoice DataSet
|
98 |
3. extract speaker embeddings and cache in local path:
|
99 |
```
|
100 |
python dreamvoice/train_utils/prepare/prepare_se.py
|
|
|
94 |
# Training Guide
|
95 |
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
+
2. download [DreamVoice DataSet](https://haidog-yaqub.github.io/dreamvoice_demo/)
|
98 |
3. extract speaker embeddings and cache in local path:
|
99 |
```
|
100 |
python dreamvoice/train_utils/prepare/prepare_se.py
|
README.md
CHANGED
@@ -94,7 +94,7 @@ dreamvoice.save_audio('gen2.wav', gen_audio2, sr)
|
|
94 |
# Training Guide
|
95 |
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
-
2. download DreamVoice DataSet
|
98 |
3. extract speaker embeddings and cache in local path:
|
99 |
```
|
100 |
python dreamvoice/train_utils/prepare/prepare_se.py
|
|
|
94 |
# Training Guide
|
95 |
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
+
2. download [DreamVoice DataSet](https://haidog-yaqub.github.io/dreamvoice_demo/)
|
98 |
3. extract speaker embeddings and cache in local path:
|
99 |
```
|
100 |
python dreamvoice/train_utils/prepare/prepare_se.py
|