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.
- Host: GitHub
- URL: https://github.com/tez3998/realtime-vad-sample
- Owner: tez3998
- Created: 2022-04-23T04:43:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T23:49:47.000Z (over 2 years ago)
- Last Synced: 2025-03-25T13:18:18.498Z (3 months ago)
- Topics: python, voice-activity-detection
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```