Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

clappr/clappr-speech-control-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Control Clappr player with your voice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors