All Projects → isrish → VAD-LTSD

isrish / VAD-LTSD

Licence: other
Efficient voice activity detection algorithm using long-term speech information

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to VAD-LTSD

spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+40.54%)
Mutual labels:  voice, speech
Avpi
an open source voice command macro software
Stars: ✭ 130 (+251.35%)
Mutual labels:  voice, speech
Pocketsphinx Python
Python interface to CMU Sphinxbase and Pocketsphinx libraries
Stars: ✭ 298 (+705.41%)
Mutual labels:  voice, speech
web-speech-demo
Learn how to build a simple text-to-speech voice app for the web using the Web Speech API.
Stars: ✭ 19 (-48.65%)
Mutual labels:  voice, speech
voice-based-email-for-blind
Emailing System for visually impaired persons
Stars: ✭ 35 (-5.41%)
Mutual labels:  voice, speech
Speech Emotion Analyzer
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
Stars: ✭ 633 (+1610.81%)
Mutual labels:  voice, speech
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (+16700%)
Mutual labels:  voice, speech
React Native Dialogflow
A React-Native Bridge for the Google Dialogflow (API.AI) SDK
Stars: ✭ 182 (+391.89%)
Mutual labels:  voice, speech
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+43.24%)
Mutual labels:  voice, speech
Voice Gender
Gender recognition by voice and speech analysis
Stars: ✭ 248 (+570.27%)
Mutual labels:  voice, speech
opensource-voice-tools
A repo listing known open source voice tools, ordered by where they sit in the voice stack
Stars: ✭ 21 (-43.24%)
Mutual labels:  voice, speech
SignDetect
This application is developed to help speechless people interact with others with ease. It detects voice and converts the input speech into a sign language based video.
Stars: ✭ 21 (-43.24%)
Mutual labels:  voice, speech
Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (-51.35%)
Mutual labels:  voice, speech
CVC
CVC: Contrastive Learning for Non-parallel Voice Conversion (INTERSPEECH 2021, in PyTorch)
Stars: ✭ 45 (+21.62%)
Mutual labels:  speech
react-client
An React client library for Speechly API
Stars: ✭ 71 (+91.89%)
Mutual labels:  voice
UniSpyServer
An Open source GameSpy emulator written in C#
Stars: ✭ 110 (+197.3%)
Mutual labels:  voice
MajorDomo-Scenarios
Сценарии для системы домашней автоматизации Majordomo
Stars: ✭ 12 (-67.57%)
Mutual labels:  speech
twilio-client.js
Twilio’s Programmable Voice JavaScript SDK
Stars: ✭ 63 (+70.27%)
Mutual labels:  voice
melgan
MelGAN implementation with Multi-Band and Full Band supports...
Stars: ✭ 54 (+45.95%)
Mutual labels:  speech
aframe-speech-controls-component
alternative form of inputs for in-VR interaction with the content of a scene
Stars: ✭ 13 (-64.86%)
Mutual labels:  speech

VAD-LTSD

Efficient Voice Activity Detection(VAD) algorithm using long-term speech information

This repository contains a matlab impelementation of the VAD algorithm proposed in the paper

   Ramırez, Javier, José C. Segura, Carmen Benıtez, Angel De La Torre, and Antonio Rubio. 
   "Efficient voice activity detection algorithms using long-term speech information." 
                       Speech communication 42, no. 3 (2004): 271-287.

Usage

Check out demo.m to see how you can use it to segement audio wav file using VAD. More importantly check LTSD.m file to see the implementation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].