Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,16 @@
|
|
6 |
|
7 |
--------------------
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
--------------------
|
12 |
|
13 |
-
|
14 |
|
15 |
🎵 Listen to [examples](https://mydemo.page)
|
16 |
|
@@ -85,7 +90,7 @@ dreamvoice.save_audio('gen_tradition.wav', gen_tradition, sr)
|
|
85 |
|
86 |
--------------------
|
87 |
|
88 |
-
|
89 |
|
90 |
If you find the code useful for your research, please consider citing:
|
91 |
|
|
|
6 |
|
7 |
--------------------
|
8 |
|
9 |
+
## Introduction
|
10 |
+
|
11 |
+
DreamVoice is an innovative approach to voice conversion (VC) that leverages text-guided generation to create personalized and versatile voice experiences.
|
12 |
+
Unlike traditional VC methods, which require a target recording during inference, DreamVoice introduces a more intuitive solution by allowing users to specify desired voice timbres through text prompts.
|
13 |
+
|
14 |
+
For more details, please check our interspeech paper: [DreamVoice](https://arxiv.org/abs/2406.16314)
|
15 |
|
16 |
--------------------
|
17 |
|
18 |
+
## Demo
|
19 |
|
20 |
🎵 Listen to [examples](https://mydemo.page)
|
21 |
|
|
|
90 |
|
91 |
--------------------
|
92 |
|
93 |
+
## Reference
|
94 |
|
95 |
If you find the code useful for your research, please consider citing:
|
96 |
|