v-yunbin / realtime-vad-sample

Sample code of real-time voice activity detection using webrtcvad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime-vad-sample

Sample code of real-time voice activity detection using webrtcvad.

Environment

This worked on Windows 10 and Ubuntu 18.04. I think this will work on macOS.

Installation

numpy

pip install numpy

SoundCard

pip install SoundCard

webrtcvad

pip install webrtcvad

Usage

python vad.py

About

Sample code of real-time voice activity detection using webrtcvad.


Languages

Language:Python 100.0%