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.
- Host: GitHub
- URL: https://github.com/monhi/vad_recorder
- Owner: monhi
- License: gpl-3.0
- Created: 2021-04-30T08:08:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T15:32:15.000Z (over 4 years ago)
- Last Synced: 2025-01-11T13:52:09.182Z (9 months ago)
- Topics: michrophone, online, vad
- Language: C
- Homepage:
- Size: 3.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.