Coder Social home page Coder Social logo

vad's Introduction

Voice Activity Detection system

Description

VAD system based on Deep Neural Networks (DNN) and feature fusion (Gammatone, Gabor, Long-term Spectral Variability and voicing).
System was developed as part of the RATS (Robust Automated Transcription of Speech) program of DARPA.

Instructions:

  1. open Matlab

  2. run the script apply_vad(path/to/audio):

  3. a figure will appear that shows the original signal, and VAD labels, given a directory of audio wav files.

  4. to control the accuracy (depending on how noisy the files are), you can play with the parameters p1 and p2

  5. additional info

    Apply Voice Activity Detection to all files in a specified audio directory
    
    --IN--  
    audiodir: directory of audio files (WAV format)  
    p1: speech/non-speech threshold [default:0.1]  
    p2: speech region smoothing [default:20]  
    
    --OUT--  
    vadout: VAD labels at frame level (10 ms)  
    

Reference citation:

Van Segbroeck, Maarten, Andreas Tsiartas, and Shrikanth Narayanan. "A robust frontend for VAD: exploiting contextual, discriminative and spectral cues of human voice." INTERSPEECH. 2013.

bibtex

@inproceedings{van2013robust, title={A robust frontend for VAD: exploiting contextual, discriminative and spectral cues of human voice.}, author={Van Segbroeck, Maarten and Tsiartas, Andreas and Narayanan, Shrikanth}, booktitle={INTERSPEECH}, pages={704--708}, year={2013} }

vad's People

Contributors

mvansegbroeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.