Skip to content
/ vlcvc Public

Add speech recognition to the VLC web interface, in order to command VLC with your voice.

Notifications You must be signed in to change notification settings

cGuille/vlcvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLCVC

Add speech recognition to the VLC web interface, in order to command VLC with your voice.

Early stage of development.

Two modules to implement :

VLC HTTP API

Check out that file. It is a JS API to send HTTP requests on the VLC HTTP interface.

Command such as "play/pause", "stop" etc. need to be implemented.

The VLCVC program itself

Check out that file.

Listen for audio commands with annyang, then run a corresponding function that call the VLC HTTP API.

Installation

If VLC is installed on a Ubuntu-like distribution, you can install this plugin by running the following command from the project directory: npm install.

It will install everything based on the existing vlc http module in /usr/share/vlc/lua/http.

Use sudo ./uninstall.bash to uninstall.

About

Add speech recognition to the VLC web interface, in order to command VLC with your voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published