Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 982 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 982 Bytes

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.