Skip to content

Commit d8bef36

Browse files
authored
Merge pull request #21 from cyfyifanchen/doc-change-0527
docs: adding deepwiki badge
2 parents c81d6b6 + b20bd9a commit d8bef36

File tree

6 files changed

+13
-25
lines changed

6 files changed

+13
-25
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Issues closed](https://img.shields.io/github/issues-search?query=repo%3ATEN-framework%2Ften-vad%20is%3Aclosed&label=issues%20closed&labelColor=gray&color=green)](https://github.com/TEN-framework/ten-vad/issues)
66
![](https://img.shields.io/github/contributors/ten-framework/ten-vad?color=c4f042&labelColor=gray&style=flat-square)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome!-brightgreen.svg?style=flat-square)](https://github.com/TEN-framework/ten-vad/pulls)
8+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/TEN-framework/TEN-vad)
89

910
[![GitHub watchers](https://img.shields.io/github/watchers/TEN-framework/ten-vad?style=social&label=Watch)](https://GitHub.com/TEN-framework/ten-vad/watchers/?WT.mc_id=academic-105485-koreyst)
1011
[![GitHub forks](https://img.shields.io/github/forks/TEN-framework/ten-vad?style=social&label=Fork)](https://GitHub.com/TEN-framework/ten-vad/network/?WT.mc_id=academic-105485-koreyst)
@@ -35,6 +36,7 @@
3536
- [Android](#4-android)
3637
- [iOS](#5-ios)
3738
- [TEN Ecosystem](#ten-ecosystem)
39+
- [Ask Questions](#ask-questions)
3840
- [Citations](#citations)
3941
- [Usage Guidance](#usage-guidance)
4042
- [Future Open Source Plan](#future-open-source-plan)
@@ -75,11 +77,13 @@ TEN is a collection of open-source projects for building real-time, multimodal c
7577

7678
You are more than welcome to [Visit TEN Hugging Face Space](https://huggingface.co/spaces/TEN-framework/ten-agent-demo) to try VAD and Turn Detection together.
7779

80+
<br>
7881

7982
## **Introduction**
8083
**TEN VAD** is a real-time voice activity detection system designed for enterprise use, providing accurate frame-level speech activity detection. It shows superior precision compared to both WebRTC VAD and Silero VAD, which are commonly used in the industry. Additionally, TEN VAD offers lower computational complexity and reduced memory usage compared to Silero VAD. Meanwhile, the architecture's temporal efficiency enables rapid voice activity detection, significantly reducing end-to-end response and turn detection latency in conversational AI systems.
8184

8285

86+
<br>
8387

8488
## **Key Features**
8589

@@ -477,6 +481,15 @@ cd ./examples
477481
| [**🎙️ TEN Agent**][ten-agent-link]<br>TEN Agent is a showcase of TEN Framewrok.<br><br> | ![][ten-agent-banner] |
478482
| **🎨 TMAN Designer** <br>TMAN Designer is low/no code option to make a voice agent with easy to use workflow UI.<br><br> | ![][tman-designer-banner] |
479483
| [**📒 TEN Portal**][ten-portal-link]<br>The official site of TEN framework, it has documentation and blog.<br><br>![][ten-portal-shield] | ![][ten-portal-banner] |
484+
485+
<br>
486+
487+
## Ask Questions
488+
489+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/TEN-framework/TEN-vad)
490+
491+
Most questions can be answered by using DeepWiki, it is fast, intutive to use and supports multiple languages.
492+
480493
<br>
481494

482495
## **Citations**

examples/main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//
2-
// This file is part of TEN Framework, an open source project.
3-
// Licensed under the Apache License, Version 2.0.
4-
// See the LICENSE file for more information.
5-
//
61
#include <stdio.h>
72
#include <stdint.h>
83
#include <stdlib.h>

examples/plot_pr_curves.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
# This file is part of TEN Framework, an open source project.
3-
# Licensed under the Apache License, Version 2.0.
4-
# See the LICENSE file for more information.
5-
#
61
import os, glob, sys, torchaudio
72
import numpy as np
83
import scipy.io.wavfile as Wavfile

examples/test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
# This file is part of TEN Framework, an open source project.
3-
# Licensed under the Apache License, Version 2.0.
4-
# See the LICENSE file for more information.
5-
#
61
import sys, os
72

83
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../include")))

include/ten_vad.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//
2-
// This file is part of TEN Framework, an open source project.
3-
// Licensed under the Apache License, Version 2.0.
4-
// See the LICENSE file for more information.
5-
//
61
#ifndef TEN_VAD_H
72
#define TEN_VAD_H
83

include/ten_vad.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
# This file is part of TEN Framework, an open source project.
3-
# Licensed under the Apache License, Version 2.0.
4-
# See the LICENSE file for more information.
5-
#
61
from ctypes import c_int, c_int32, c_float, c_size_t, CDLL, c_void_p, POINTER
72
import numpy as np
83
import os

0 commit comments

Comments
 (0)