Skip to content

Detection of speech activity during live stream recording using WebRTC-VAD and Sounddevice in Python

Notifications You must be signed in to change notification settings

sulaiman-shamasna/speech-detection-WebRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speech-detection


Detection of speech activity during live stream recording using WebRTC-VAD and Sounddevice in Python

Usage


To be able to work with this project, follow the following steps

  1. Clone this repo to an existing repo using the command:
git clone https://github.com/sulaiman-shamasna/speech-detection-WebRTC.git
  1. Create a virtual environment and activate it using the commands:
- Source env/Scripte activate # for Windows in the git bash
- Source env/bin/activate # for Linux and OSX
  1. Install the necessary requirements using the command:
pip install -r requirements
  1. To run the script, use the command:
python live_stream_prediction.py

Visualization

Plot

About

Detection of speech activity during live stream recording using WebRTC-VAD and Sounddevice in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages