Giter Club home page Giter Club logo

vad-3's Introduction

VAD based on DNN

Voice activity detection (VAD), also known as speech activity detection or speech detection, is a technique used in speech processing in which the presence or absence of human speech is detected. The main uses of VAD are in speech coding and speech recognition. It can facilitate speech processing, and can also be used to deactivate some processes during non-speech section of an audio session: it can avoid unnecessary coding/transmission of silence packets in Voice over Internet Protocol applications, saving on computation and on network bandwidth.

Voice activity detection (VAD) was first investigated for use on time-assignment speech interpolation (TASI) systems. VAD is an important step in speech processing applications such as mobile telephony, speech enhancement as well as speech and speaker recognition, and it is particularly important in the field of speech recognition.

Typical models for VAD include support vector machine (SVM), Gaussian mixture model (GMM), recurrent neural network (RNN) and deep neural network (DNN).

This work is VAD based on DNN model which is implemented by pyTorch.

file structure

./
├── LICENSE
├── README.md
├── data_fbank
│   ├── copy_noise.py
│   ├── divide.py
│   └── do_cmvn_and_delta.sh
├── log
│   ├── Acc.png
│   ├── dnn256_2000h_noise_and_reverb_epoch4_test0.975.log
│   ├── testACC.log
│   └── trainACC.log
├── model
│   ├── dnn_2000h_v4.pkl
│   └── model_old.pkl
├── src
│   ├── ali_process.py
│   ├── data_process.py
│   ├── data_transform.py
│   ├── do.sh
│   ├── main.py
│   ├── network.py
│   ├── stat.py
│   └── util.py
└── toJson
    ├── jsonToPytorchModel.py
    ├── pytorchModelToJson.py
    ├── vad128_128_SNR98_db0_25_RESCALE-45_-15_V1_20170825201833_epoch78_0.928171.json
    └── vad_dnn256_2000h_v2.json

Train and Test accuracy

TrainTestAcc

vad-3's People

Contributors

cocoxili avatar

Watchers

 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.