-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
215 lines (212 loc) · 8.59 KB
/
index.html
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="./assets/img/brand/white_logo_green_background.png" rel="icon" sizes="32x32" />
<link href="./assets/img/brand/white_logo_green_background.png" rel="apple-touch-icon-precomposed" />
<meta name="msapplication-TileImage" content="./assets/img/brand/white_logo_green_background.png" />
<title>Vatis Tech - How to use with HTML & JavaScript</title>
<meta name="title" content="Vatis Tech - How to use with HTML & JavaScript" />
<meta name="description"
content="Speech recognition technology made accurate, affordable, and accessible for everyone. The platform features contain on-cloud or on-premise APIs for easy integrations, support for real-time transcription, or custom AI models" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vatis.tech/" />
<meta property="og:title" content="Vatis Tech - How to use with HTML & JavaScript" />
<meta property="og:description"
content="Speech recognition technology made accurate, affordable, and accessible for everyone. The platform features contain on-cloud or on-premise APIs for easy integrations, support for real-time transcription, or custom AI models" />
<meta property="og:image" content="https://vatis.tech/img/brand/vatis-tech-logo-600x600.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://vatis.tech/" />
<meta property="twitter:title" content="Vatis Tech - How to use with HTML & JavaScript" />
<meta property="twitter:description"
content="Speech recognition technology made accurate, affordable, and accessible for everyone. The platform features contain on-cloud or on-premise APIs for easy integrations, support for real-time transcription, or custom AI models" />
<meta property="twitter:image" content="https://vatis.tech/img/brand/vatis-tech-logo-600x600.jpg" />
<meta name="next-head-count" content="18" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css" />
<link href="./assets/styles/toastify.css" rel="stylesheet" />
<link href="./assets/styles/index.css" rel="stylesheet" />
</head>
<body class="antialised text-blueGray-800">
<div id="root">
<div class="h-screen flex overflow-hidden bg-white">
<div class="hidden lg:flex lg:flex-shrink-0">
<div class="
flex flex-col
w-64
border-r border-blueGray-200
pt-5
pb-6
bg-blueGray-100
relative
">
<div class="
flex flex-shrink-0
items-center
justify-center
px-6
lg:px-4
">
<a href="https://vatis.tech/" target="_blank"><img class="h-6 w-auto my-5"
src="./assets/img/brand/logotype-green-black.svg" alt="Vatis Tech" /></a>
</div>
<div class="
h-0
flex-1 flex flex-col
overflow-y-auto
mt-6
border-t border-blueGray-200
"></div>
<div class="
absolute
bottom-0
w-full
flex
items-center
justify-center
font-semibold
text-blueGray-500 text-sm
">
v2.0.4
</div>
</div>
</div>
<div class="flex flex-col w-0 flex-1 overflow-hidden">
<main class="flex-1 relative z-0 overflow-y-auto focus:outline-none">
<div class="
border-b border-blueGray-200
px-4
py-4
sm:flex sm:items-center sm:justify-between sm:px-6
lg:px-8
">
<div class="flex-1 min-w-0 flex items-center">
<h1 class="
text-lg
font-medium
leading-6
text-blueGray-900
sm:truncate
hidden
lg:block
">
Vatis Tech - How to use with HTML & JavaScript
</h1>
<div class="
flex flex-shrink-0
items-center
justify-center
px-6
lg:px-4 lg:hidden
block
">
<a href="https://vatis.tech/" target="_blank"><img class="h-6 w-auto my-5"
src="./assets/img/brand/logotype-green-black.svg" alt="Vatis Tech" /></a>
</div>
</div>
<div class="mt-4 flex sm:mt-0 sm:ml-4 lg:hidden">v2.0.4</div>
</div>
<div class="divide-y divide-blueGray-200 lg:col-span-9">
<div id="transcript-container" class="
h-screen--18.75
sm:h-screen--16.25
md:h-screen--13.375
lg:h-screen--9.75
overflow-y-auto
max-w-3xl
mx-auto
break-words
flex flex-col-reverse
p-6
"></div>
<div>
<div class="
flex flex-wrap
bg-white
items-center
justify-center
border-t border-blueGray-200
p-4
">
<div class="
relative
w-full
md:w-6/12 md:mb-0
mb-4
flex flex-wrap
justify-center
md:justify-start
">
<button type="button" onclick="onDownloadClick()" class="
mr-2
inline-flex
items-center
px-2.5
py-1.5
border border-green-500
text-xs
font-medium
rounded
shadow-sm
text-green-500
bg-white
hover:border-transparent
hover:text-white
hover:bg-green-500
hover:bg-green-600
focus:outline-none
focus:ring-2
focus:ring-offset-2
focus:ring-green-500
ease-linear
transition-all
duration-150
">
<i class="fas fa-download mr-2"></i>Descărcați text
</button>
</div>
<div class="
relative
w-full
md:w-6/12
flex flex-row
items-center
justify-center
md:justify-start
">
<button class="
flex
items-center
justify-center
border border-green-500
text-2xl
font-medium
rounded-full
focus:outline-none
focus:ring-2
focus:ring-offset-2
focus:ring-green-500
w-14
h-14
ease-linear
transition-all
duration-150
text-green-500
bg-white
hover:text-white hover:bg-green-500
" id="play-button" onclick="onPlayButtonClick()">
<i class="fas fa-microphone" id="play-button-icon"></i>
</button>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script src="./assets/js/vatis-tech-asr-client.umd.js" charset="utf-8"></script>
<script src="./assets/js/index.js" charset="utf-8"></script>
</body>
</html>