An open API service indexing awesome lists of open source software.

https://github.com/monhi/vad_recorder

a mfc program to capture audio into file by finding activity on the captured audio. speex open source library is used in this project.
https://github.com/monhi/vad_recorder

michrophone online vad

Last synced: 7 months ago
JSON representation

a mfc program to capture audio into file by finding activity on the captured audio. speex open source library is used in this project.

Awesome Lists containing this project

README

          

# VAD_Recorder

This project is a Voice Activity Detection program which records audio when it finds that activity is seen on the microphone.

It was developed by using visual studio 2013.

MFC is added to have a good user interface.

some open source softwares are used to develop this program.

It opens the microphone and whatches the audio and if find any voice activity, then records it into a file.