-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 3.12 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 3.12 KB
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AlignTTS Audio Samples</title>
<link rel="stylesheet" type="text/css" href="./resources/stylesheet.css">
</head>
<body>
<div>
<h2>AlignTTS (phoneme)</h2>
<table>
<thead>
<tr>
<th>Steps</th>
<th>alpha=0.8</th>
<th>alpha=0.9</th>
<th>alpha=1.0</th>
<th>alpha=1.1</th>
<th>alpha=1.2</th>
</tr>
</thead>
<tbody>
<tr>
<td>LJ001-0029</td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0029_phone10000_8.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0029_phone10000_9.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0029_phone10000_10.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0029_phone10000_11.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0029_phone10000_12.wav" type="audio/wav"></audio></td>
</tr>
<tr>
<td>LJ001-0085</td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0085_phone10000_8.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0085_phone10000_9.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0085_phone10000_10.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0085_phone10000_11.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ001-0085_phone10000_12.wav" type="audio/wav"></audio></td>
</tr>
<tr>
<td>LJ002-0106</td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ002-0106_phone10000_8.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ002-0106_phone10000_9.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ002-0106_phone10000_10.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ002-0106_phone10000_11.wav" type="audio/wav"></audio></td>
<td><audio controls class="audio-player" preload="metadata">
<source src="wavs/LJ002-0106_phone10000_12.wav" type="audio/wav"></audio></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>