mitchsayre commited on
Commit
2aa7b71
·
1 Parent(s): 87af61d

Add samples to readme

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -17,6 +17,40 @@ This repo includes:
17
 
18
  The repo is set up for standalone inference from the released model files. You do not need the original training codebase to synthesize speech with it.
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Inputs
21
 
22
  The intended inference inputs are:
 
17
 
18
  The repo is set up for standalone inference from the released model files. You do not need the original training codebase to synthesize speech with it.
19
 
20
+ ## Sample Outputs
21
+
22
+ ### `mad_scientist_woman` surprise
23
+
24
+ - Audio: [samples/08_mad_scientist_woman_surprise_080.wav](samples/08_mad_scientist_woman_surprise_080.wav)
25
+ - Input text: "No, no, that's not possible. The formula should have crystallized, but it adapted instead. Do you realize what that means for the rest of my work?"
26
+ - `sid`: `7`
27
+ - `emotion`: `surprise`
28
+ - `intensity`: `0.8`
29
+
30
+ <audio controls src="samples/08_mad_scientist_woman_surprise_080.wav"></audio>
31
+
32
+ ### `fun_hero_woman` joy
33
+
34
+ - Audio: [samples/04_fun_hero_woman_joy_070.wav](samples/04_fun_hero_woman_joy_070.wav)
35
+ - Input text: "Come on, keep up! The crowd is cheering."
36
+ - `sid`: `3`
37
+ - `emotion`: `joy`
38
+ - `intensity`: `0.7`
39
+
40
+ <audio controls src="samples/04_fun_hero_woman_joy_070.wav"></audio>
41
+
42
+ ### `strong_hero_man` anger
43
+
44
+ - Audio: [samples/05_strong_hero_man_anger_080.wav](samples/05_strong_hero_man_anger_080.wav)
45
+ - Input text: "Enough. You had your warning, and you kept pushing innocent people around. Take one more step, and I end this."
46
+ - `sid`: `4`
47
+ - `emotion`: `anger`
48
+ - `intensity`: `0.8`
49
+
50
+ <audio controls src="samples/05_strong_hero_man_anger_080.wav"></audio>
51
+
52
+ Find more examples in the [samples folder](samples).
53
+
54
  ## Inputs
55
 
56
  The intended inference inputs are: