Skip to content

Commit aa96832

Browse files
authored
doc:adding testimonial & script description (#66)
* Update README.md doc:adding testimonial & script description * Update README.md fix:content update * Update README.md * Update README.md * Update README.md * Update README.md
1 parent cc6571b commit aa96832

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,25 @@
3333
<br>
3434

3535
## Table of Contents
36-
3736
- [Welcome to TEN](#welcome-to-ten)
3837
- [TEN Hugging Face Space](#ten-hugging-face-space)
3938
- [Introduction](#introduction)
4039
- [Key Features](#key-features)
4140
- [High-Performance](#1-high-performance)
41+
- [Performance Comparison](#11-performance-comparison)
4242
- [Agent-Friendly](#2-agent-friendly)
4343
- [Lightweight](#3-lightweight)
4444
- [Multiple Programming Languages and Platforms](#4-multiple-programming-languages-and-platforms)
45-
- [Supported Sampling Rate and Hop Size](#5-supproted-sampling-rate-and-hop-size)
45+
- [Supported Sampling Rate and Hop Size](#5-supported-sampling-rate-and-hop-size)
46+
- [Developers Testimonial](#developers-testimonial)
4647
- [Installation](#installation)
4748
- [Quick Start](#quick-start)
4849
- [Python Usage](#python-usage)
49-
- [Linux](#1-linux)
50+
- [Linux](#1-linux--macos--windows)
5051
- [JS Usage](#js-usage)
5152
- [Web](#1-web)
5253
- [C Usage](#c-usage)
53-
- [Linux](#1-linux-1)
54+
- [Linux](#1-linux)
5455
- [Windows](#2-windows)
5556
- [macOS](#3-macos)
5657
- [Android](#4-android)
@@ -118,7 +119,12 @@ The precision-recall curves comparing the performance of WebRTC VAD (pitch-based
118119
<img src="./examples/images/PR_Curves_testset.png" width="800">
119120
</div>
120121

121-
Note that the default threshold of 0.5 is used to generate binary speech indicators (0 for non-speech signal, 1 for speech signal). This threshold needs to be tuned according to your domain-specific task. The precision-recall curve can be obtained by executing the following script on Linux x64. The output figure will be saved in the same directory as the script.
122+
Note that the default threshold of 0.5 is used to generate binary speech indicators (0 for non-speech signal, 1 for speech signal). This threshold needs to be tuned according to your domain-specific task.
123+
124+
125+
### **1.1 Performance Comparison**
126+
127+
Developers can reproduce the performance comparison PR curves for **TEN VAD** and **Silero VAD** on the open-source testset (as shown in the figure above) by executing the following script on Linux x64 with a simply one line of code. The output figure will be saved in the same directory as the script.
122128

123129
```
124130
cd ./examples
@@ -213,18 +219,24 @@ We evaluated the RTF (Real-Time Factor) across five distinct platforms, each equ
213219
</table>
214220
<br>
215221

216-
### **4. Multiple programming languages and platforms:**
222+
### **4. Multiple Programming Languages and Platforms:**
217223

218224
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.
219225
<br>
220226
<br>
221227

222-
### **5. Supproted sampling rate and hop size:**
228+
### **5. Supported Sampling Rate and Hop Size:**
223229

224230
TEN VAD operates on 16kHz audio input with configurable hop sizes (optimized frame configurations: 160/256 samples=10/16ms). Other sampling rates must be resampled to 16kHz.
225231
<br>
226232
<br>
227233

234+
## **Developers Testimonial**
235+
> *"We selected TEN VAD because it provides faster and more accurate sentence-end detection in Japanese compared to other VADs, while still being lightweight and fast enough for live use."* - LiveCap,Hakase shojo.
236+
237+
> *"TEN VAD's overall performance is better than Silero VAD. Its high accuracy and low resource consumption helped us improve efficiency and significantly reduce costs."* - Rustpbx.
238+
<br>
239+
228240
## **Installation**
229241

230242
```

0 commit comments

Comments
 (0)