You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: audio_examples.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,48 @@ title: Audio Examples
35
35
width: 100%;
36
36
margin-top: 5px; /* 오디오 태그 위 간격 줄임 */
37
37
}
38
+
39
+
.audio-comparison-three {
40
+
padding: 20px;
41
+
margin-bottom: 30px;
42
+
border-radius: 10px;
43
+
border: 1pxsolid#e0e0e0;
44
+
background-color: #f9f9f9;
45
+
width: 100%;
46
+
max-width: 1200px;
47
+
margin: 0auto;
48
+
}
49
+
50
+
.audio-container-three {
51
+
display: flex;
52
+
justify-content: space-between;
53
+
flex-wrap: wrap;
54
+
}
55
+
56
+
.audio-block-three {
57
+
width: 30%; /* 한 줄에 3개 */
58
+
text-align: center;
59
+
margin-bottom: 10px;
60
+
}
61
+
62
+
p {
63
+
margin-bottom: 5px;
64
+
}
65
+
66
+
audio {
67
+
width: 100%;
68
+
margin-top: 5px;
69
+
}
70
+
38
71
</style>
39
72
</head>
40
73
74
+
75
+
76
+
77
+
78
+
79
+
41
80
<divclass="page">
42
81
<h2>Vocoder Quality</h2>
43
82
<p> Here, we provide examples to illustrate the quality of the Soundstream vocoder, which sets an upper bound on the quality of our generated audio. </p>
@@ -116,6 +155,33 @@ title: Audio Examples
116
155
<h2>Synthesized Samples</h2>
117
156
<p> We present long sample comparisons between the NoBend and ViolinDiff to demonstrate their performance differences. </p>
0 commit comments