forked from Plachtaa/VALL-E-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
infer_from_audio_examples = [ | ||
["This is how this machine has taken my voice.", 'English', 'no-accent', "prompts/en-2.wav", None, "Wow, look at that! That's no ordinary Teddy bear!"], | ||
["我喜欢抽电子烟,尤其是锐刻五代。", '中文', 'no-accent', "prompts/zh-1.wav", None, "今天我很荣幸,"], | ||
["私の声を真似するのはそんなに面白いですか?", '日本語', 'no-accent', "prompts/ja-2.ogg", None, "初めまして、朝武よしのです。"], | ||
["你可以听得出来我有多困。", '中文', 'no-accent', "prompts/en-1.wav", None, ""], | ||
["この文は、クロスリンガル合成の例です。", '日本語', 'no-accent', "prompts/zh-2.wav", None, ""], | ||
["Actually, I can't speak English, but this machine helped me do it.", 'English', 'no-accent', "prompts/ja-1.wav", None, ""], | ||
] | ||
|
||
make_npz_prompt_examples = [ | ||
["Gem-trader", "prompts/en-2.wav", None, "Wow, look at that! That's no ordinary Teddy bear!"], | ||
["Ding Zhen", "prompts/zh-1.wav", None, "今天我很荣幸,"], | ||
["Yoshino", "prompts/ja-2.ogg", None, "初めまして、朝武よしのです。"], | ||
["Sleepy-woman", "prompts/en-1.wav", None, ""], | ||
["Yae", "prompts/zh-2.wav", None, ""], | ||
["Cafe", "prompts/ja-1.wav", None, ""], | ||
] | ||
|
||
infer_from_prompt_examples = [ | ||
["A prompt contains voice, prosody and emotion information of a certain speaker.", "English", "no-accent", "vctk_1", None], | ||
["This prompt is made with an audio of three seconds.", "English", "no-accent", "librispeech_1", None], | ||
["This prompt is made with Chinese speech", "English", "no-accent", "seel", None], | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.