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

https://github.com/tez3998/realtime-vad-sample

Sample code of real-time voice activity detection using webrtcvad.
https://github.com/tez3998/realtime-vad-sample

python voice-activity-detection

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# realtime-vad-sample
Sample code of real-time voice activity detection using webrtcvad.

# Environments
This worked on Windows 10/11 and Ubuntu 18.04.
I think this will work on macOS.

# Installation
```bash
pip install -r requirements.txt
```

# Usage
```bash
python vad.py
```