Skip to content

A small example project in python that controls your obs with voice commands

Notifications You must be signed in to change notification settings

TheJmJ/voicecontrolled-obs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voicecontrolled-obs

A Python program that listens to your voice and tries to detect any keyword and execute a Request that is tied to the keyword through OBS recording software's obs-websocket plugin.

Requirements

obs-websocket plugin

python dependencies: simpleobsws, speech_recognition, PyAudio, PocketSphinx

Quick Dependencies install:

python -m pip install simpleobsws
python -m pip install SpeechRecognition
python -m pip install PyAudio
python -m pip install --upgrade pocketsphinx

Setup

To setup the keywords and requests, look into keywords.py file and read the examples. To look into all the possible requests, refer to this documentation on obs-websocket github page

About

A small example project in python that controls your obs with voice commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages