-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (191 loc) · 8.14 KB
/
index.html
File metadata and controls
225 lines (191 loc) · 8.14 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
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
216
217
218
219
220
221
222
223
224
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8"/>
<link as="style" href="css/tacit-css-1.7.1.min.css"
onload="this.onload=null;this.rel='stylesheet'"
rel="preload">
<noscript>
<link href="css/tacit-css-1.7.1.min.css" rel="stylesheet">
</noscript>
<script defer src="scripts/lib/EasySpeech.iife.min.js"></script>
<script src="scripts/lib/wasmoon.min.js"></script>
<script defer src="scripts/main.js" type="module"></script>
<title>Free Online IPA Phonetic Transcription</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Online IPA Latin German French Spanish Portuguese Czech Ancient Greek Polish Armenian Phonetics Transcription"
name="Keywords"/>
<meta content="Free Online Rule-based IPA phonetic/phonemic transcription engine, which uses Wiktionary Lua pronunciation modules.
Latin, German, French, Spanish, Ancient Greek, Polish, Armenian, Czech, Russian, Belorussian, Ukrainian, Bulgarian, Icelandic, Lithuanian, Mongolian languages are fully supported. Portuguese require vowels' stressing for proper functioning."
name="description">
<script src="scripts/lib/localforage.min.js"></script>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect"/>
<link rel="apple-touch-icon" sizes="180x180" href="icons/transcriber/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/transcriber/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/transcriber/favicon-16x16.png">
<link rel="icon" href="icons/transcriber/favicon.ico">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<br/>
<div id="header">
<a href="../" id="home">
<i class="icon icon-home"></i>
</a>
<h1 style="flex: 1;">Online IPA Converter</h1>
<a href="#" id="dark_mode">
<i class="icon icon-moon"></i>
</a>
</div>
<hr>
<form name="myForm">
<div>
Language:
</div>
<div id="lang_container">
<select autocomplete="off" class="dropdown" disabled="true" id="lang">
<option disabled selected value> -- select an option --</option>
</select>
<a id="help_button_link" href="#" target="_blank" rel="noopener noreferrer"
style="display: none; margin-left: 10px; text-decoration: none;">
<button id="help_button" type="button" title="Help for selected language">?</button>
</a>
<p id="loading_text"></p>
</div>
<div>
Additional options:
</div>
Style:
<select autocomplete="off" class="dropdown" disabled="true" id="lang_style">
<option disabled selected value> --</option>
<option>15th CE Constantinopolitan</option>
</select>
Form:
<select autocomplete="off" class="dropdown" disabled="true" id="lang_form">
<option disabled selected value> --</option>
<option>Phonemic</option>
</select>
<div>
<div>
<span>Voice Engine:</span>
<select autocomplete="off" class="dropdown" disabled="true" id="tts_switch">
<option value="browser" selected>Browser built-in</option>
<option value="edge">Expanded (ms-edge-tts)</option>
</select>
</div>
TTS: <select autocomplete="off" class="dropdown" disabled="true" id="tts">
<option disabled selected value> -- select an option --</option>
</select>
<div id="tts_options">
<div>Speed: <input class="custom-input" type="range" min="0" max="200" step="10" value="100"
id="tts_speed"></div>
<div>Volume: <input class="custom-input" type="range" min="0" max="100" step="10" value="100"
id="tts_volume"></div>
</div>
</div>
</form>
<form id="frm1" onsubmit="return false">
<div class="form-group">
<div id="form_top">
<textarea
autocomplete="on"
autofocus=""
id="text_to_transcribe"
name="text_to_transcribe"
required=""
>Periti Schüler sempre practican soigneusement поки międzynarodowe размоўна фонетику kalba různě հնչյունաբանական σύμβολα </textarea>
<div id="clear_button_group">
<button id="clear_button" type="button">Clear form</button>
<button id="clear_storage" title="Clear website's cached data from browser's local storage"
type="button">Clear cache
</button>
</div>
</div>
<div class="btn-group btn-block" id="form_bottom" role="group">
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="submit"
name="submit"
type="button"
value="Show transcription">
Show transcription
</button>
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="submit_by_line"
name="submit"
type="button"
value="Show transcription line-by-line"
>Show transcription line-by-line
</button>
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="submit_by_col"
name="submit"
type="button"
value="Show transcription column to column"
>Show transcription column to column
</button>
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="translate_by_col"
name="submit"
type="button"
value="Show transcription column to column"
style="display: none"
>Show translation column to column
</button>
</div>
</div>
</form>
<hr>
<table>
<tbody id="result"></tbody>
</table>
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="export_pdf"
name="submit"
type="button"
title="Export as PDF"
value=""
>Export as
<i style="color:#e90101; font-size:30px;" class="icon icon-pdf">
</i>
</button>
<button
autocomplete="off"
class="btn btn-primary btn-block"
disabled="disabled"
id="export_csv"
name="submit"
type="button"
title="Export as CSV (layout depends on selected transcription format)"
value=""
>Export as
<i style="color:#03731e;font-size:30px;" class="icon icon-csv">
</i>
</button>
</div>
<hr>
<div id="footer">
<a href="https://github.com/hellpanderrr/hellpanderrr.github.io/tree/main/wiktionary_pron" style="color: black;"><i
style="font-size:36px" class="icon icon-git">
</i></a>
</div>
<img style="display: none;"
src="https://hitscounter.dev/api/hit?url=https%3A%2F%2Fhellpanderrr.github.io%2F&label=&icon=github&color=%23198754&message=&style=flat&tz=UTC">
</body>