File size: 8,908 Bytes
6bc94ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186

<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<meta name="generator" content="Hugo 0.88.1" />
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
	<link rel="stylesheet" href="css/custom.css">
	<link rel="stylesheet" href="css/normalize.css">

	<title>Voice Cloning</title>
	<link href="css/bootstrap.min.css" rel="stylesheet">

</head>

<body data-new-gr-c-s-check-loaded="14.1091.0" data-gr-ext-installed="">

<div class="container" >
<header role="banner">
</header>
<main role="main">
<article itemscope itemtype="https://schema.org/BlogPosting">

<div class="container pt-5 mt-5 shadow p-5 mb-5 bg-white rounded">
	<div class="text-center">
	<h1>Real-Time Voice Cloning v2</h1>
	</div>
		<br>
		paper: <a href="https://arxiv.org/pdf/1806.04558.pdf">https://arxiv.org/pdf/1806.04558.pdf</a>
		<br>
		<br>
		code: <a href="https://github.com/liuhaozhe6788/voice-cloning-collab">https://github.com/liuhaozhe6788/voice-cloning-collab</a>
		<br>
</div>

<div class="container pt-5 mt-5 shadow p-5 mb-5 bg-white rounded">		
	<h2 id="model-overview" style="text-align: center;">Model Overview</h2>
	<body>
	<p style="text-align: center;">
		<img src="docs/images/voice_cloning_arch.png" height="400" width="800">
		<br>
		The architecture is the same as that in the paper. 
	</p>
</div>

<div class="container pt-5 mt-5 shadow p-5 mb-5 bg-white rounded">
	<h2 id="libriSpeech-test-samples" style="text-align: center;">LibriSpeech test Samples</h2>
		<div class="table-responsive pt-3">
			<table class="table table-hover pt-2">
			<thead>
			<tr>
			<th style="text-align: center">Speaker Prompt</th>
			<th style="text-align: center">Text</th>
			<th style="text-align: center">Generated Audio</th>
			</tr>
			</thead>
			<tbody>
				<tr>
					<td  rowspan="3" align = "center">
					<audio controls  src="samples/260-123286-0000.flac"></audio>
					<a href="samples/260-123286-0000.flac">
						  </a>
					</td>
					<td>Life was like a box of chocolates, you never know what you're gonna get.</td>
					<td align = "center">
					<audio controls  src="demo_results/text1/260-123286-0000_syn.wav"></audio>
					<a href="demo_results/text1/260-123286-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>In 2014, P&G recorded $83.1 billion in sales. On August 1, 2014, P&G announced it was streamlining the company, dropping and selling off around 100 brands from its product portfolio in order to focus on the remaining 65 brands, which produced 95% of the company's profits.</td>
					<td align = "center">
					<audio controls  src="demo_results/text2/260-123286-0000_syn.wav"></audio>
					<a href="demo_results/text2/260-123286-0000_syn.wav">
					  </a>
					</td>
				  </tr>
				  <tr>
					<td>Mechanics is a branch of physics that deals with the behavior of physical bodies under the influence of various forces. The study of mechanics is important in understanding the behavior of machines, the motion of objects, and the principles of engineering. Mechanics has been an essential part of physics since ancient times and has continued to evolve with advancements in science and technology. This paper will discuss the principles of mechanics, the laws of motion, and the applications of mechanics in engineering and technology.</td>
					<td align = "center">
					  <audio controls  src="demo_results/text3/260-123286-0000_syn.wav"></audio>
					  <a href="demo_results/text3/260-123286-0000_syn.wav">
					  </a>
					</td>
				  </tr>
				  <tr>
					<td  rowspan="3" align = "center">
					<audio controls  src="samples/1688-142285-0000.flac"></audio>
					<a href="samples/1688-142285-0000.flac">
						  </a>
					</td>
					<td>Life was like a box of chocolates, you never know what you're gonna get.</td>
					<td align = "center">
					<audio controls  src="demo_results/text1/1688-142285-0000_syn.wav"></audio>
					<a href="demo_results/text1/1688-142285-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>In 2014, P&G recorded $83.1 billion in sales. On August 1, 2014, P&G announced it was streamlining the company, dropping and selling off around 100 brands from its product portfolio in order to focus on the remaining 65 brands, which produced 95% of the company's profits.</td>
					<td align = "center">
					<audio controls  src="demo_results/text2/1688-142285-0000_syn.wav"></audio>
					<a href="demo_results/text2/1688-142285-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>Mechanics is a branch of physics that deals with the behavior of physical bodies under the influence of various forces. The study of mechanics is important in understanding the behavior of machines, the motion of objects, and the principles of engineering. Mechanics has been an essential part of physics since ancient times and has continued to evolve with advancements in science and technology. This paper will discuss the principles of mechanics, the laws of motion, and the applications of mechanics in engineering and technology.</td>
					<td align = "center">
					<audio controls  src="demo_results/text3/1688-142285-0000_syn.wav"></audio>
					<a href="demo_results/text3/1688-142285-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td  rowspan="3" align = "center">
					<audio controls  src="samples/4294-9934-0000.flac"></audio>
					<a href="samples/4294-9934-0000.flac">
						  </a>
					</td>
					<td>Life was like a box of chocolates, you never know what you're gonna get.</td>
					<td align = "center">
					<audio controls  src="demo_results/text1/4294-9934-0000_syn.wav"></audio>
					<a href="demo_results/text1/4294-9934-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>In 2014, P&G recorded $83.1 billion in sales. On August 1, 2014, P&G announced it was streamlining the company, dropping and selling off around 100 brands from its product portfolio in order to focus on the remaining 65 brands, which produced 95% of the company's profits.</td>
					<td align = "center">
					<audio controls  src="demo_results/text2/4294-9934-0000_syn.wav"></audio>
					<a href="demo_results/text2/4294-9934-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>Mechanics is a branch of physics that deals with the behavior of physical bodies under the influence of various forces. The study of mechanics is important in understanding the behavior of machines, the motion of objects, and the principles of engineering. Mechanics has been an essential part of physics since ancient times and has continued to evolve with advancements in science and technology. This paper will discuss the principles of mechanics, the laws of motion, and the applications of mechanics in engineering and technology.</td>
					<td align = "center">
					<audio controls  src="demo_results/text3/4294-9934-0000_syn.wav"></audio>
					<a href="demo_results/text3/4294-9934-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>   
					<td  rowspan="3" align = "center">
					<audio controls  src="samples/7176-88083-0000.flac"></audio>
					<a href="samples/7176-88083-0000.flac">
						  </a>
					</td>
					<td>Life was like a box of chocolates, you never know what you're gonna get.</td>
					<td align = "center">
					<audio controls  src="demo_results/text1/7176-88083-0000_syn.wav"></audio>
					<a href="demo_results/text1/7176-88083-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>In 2014, P&G recorded $83.1 billion in sales. On August 1, 2014, P&G announced it was streamlining the company, dropping and selling off around 100 brands from its product portfolio in order to focus on the remaining 65 brands, which produced 95% of the company's profits.</td>
					<td align = "center">
					<audio controls  src="demo_results/text2/7176-88083-0000_syn.wav"></audio>
					<a href="demo_results/text2/7176-88083-0000_syn.wav">
						  </a>
					</td>
				  </tr>
				  <tr>
					<td>Mechanics is a branch of physics that deals with the behavior of physical bodies under the influence of various forces. The study of mechanics is important in understanding the behavior of machines, the motion of objects, and the principles of engineering. Mechanics has been an essential part of physics since ancient times and has continued to evolve with advancements in science and technology. This paper will discuss the principles of mechanics, the laws of motion, and the applications of mechanics in engineering and technology.</td>
					<td align = "center">
					<audio controls  src="demo_results/text3/7176-88083-0000_syn.wav"></audio>
					<a href="demo_results/text3/7176-88083-0000_syn.wav">
						  </a>
					</td>
				  </tr>
			</tbody>
			</table>
		</div>
</div>
 
</article>
</main>
</div>

</body>
</html>