/clappr-speech-control-plugin

Control Clappr player with your voice

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Clappr Speech Control Plugin

Control Clappr player using your voice. See it working here or give you a try.

How to use

Import speech_control.min.js

<script type="text/javascript" src="http://flv.io/speech_control.min.js"></script>

and create Clappr Player adding the external plugin:

var player = new Clappr.Player({
      source: "http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4", 
      parentId: "#player-wrapper", 
      plugins: {'container': [SpeechControl]}
    );

It uses HTML5 Speech Recognition API and only Chrome supports it for now.