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: README.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@
12
12
13
13
<br>
14
14
15
+
*Latest News* 🔥
16
+
-[2025/06] We are excited to announce the release of **WASM+JS** for Web WASM Support.
17
+
<br>
15
18
16
19
## Table of Contents
17
20
@@ -28,6 +31,8 @@
28
31
-[Quick Start](#quick-start)
29
32
-[Python Usage](#python-usage)
30
33
-[Linux](#1-linux)
34
+
-[JS Usage](#js-usage)
35
+
-[Web](#1-web)
31
36
-[C Usage](#c-usage)
32
37
-[Linux](#1-linux-1)
33
38
-[Windows](#2-windows)
@@ -155,6 +160,12 @@ We evaluated the RTF (Real-Time Factor) across five distinct platforms, each equ
155
160
<td align="center"> 0.0160 </td>
156
161
<td align="center"> 731KB </td>
157
162
</tr>
163
+
<tr>
164
+
<th align="center"> Web </th>
165
+
<td> macOS(M1) </td>
166
+
<td align="center"> 0.010 </td>
167
+
<td align="center"> 277KB </td>
168
+
</tr>
158
169
<tr>
159
170
<th align="center" rowspan="2"> Android </th>
160
171
<td> Galaxy J6+ (32bit, 425) </td>
@@ -179,7 +190,7 @@ We evaluated the RTF (Real-Time Factor) across five distinct platforms, each equ
179
190
<br>
180
191
181
192
### **4. Multiple programming languages and platforms:**
182
-
TEN VAD provides cross-platform C compatibility across five operating systems (Linux x64, Windows, macOS, Android, iOS), with Python bindings optimized for Linux x64.
193
+
TEN VAD provides cross-platform C compatibility across five operating systems (Linux x64, Windows, macOS, Android, iOS), with Python bindings optimized for Linux x64, with wasm for Web.
183
194
<br>
184
195
<br>
185
196
@@ -211,7 +222,7 @@ The project supports five major platforms with dynamic library linking.
0 commit comments