Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveKit / Pipecat Plugin – TEN VAD

⚠️ License Notice

This project is a derivative integration of
TEN VADhttps://github.com/TEN-framework/ten-vad
and is NOT open source.

Usage, redistribution, and deployment of this plugin are governed by the original TEN VAD license.
You may not use this project in a way that competes with Agora / TEN offerings.


Overview

pipecat-plugins-tenvad provides an integration layer that allows
TEN Voice Activity Detection (VAD) to be used inside Pipecat audio pipelines.

The underlying VAD model and logic are provided by the upstream TEN VAD project.

For Local test purpose only.


Usage

from ten_vadAnalyzer import TenVADAnalyzer

FastAPIWebSocketParams(
    vad_analyzer = TenVADAnalyzer(sample_rate = 16000, threshold = 0.5)
)

This VAD instance can be plugged directly into Pipecat audio pipelines.


Legal

All rights to TEN VAD remain with their respective owners. This repository provides integration code only and does not grant any additional rights beyond the upstream license.

About

Local TenVAD voice activity detection plugin for Pipecat voice agent pipelines

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages