Control Clappr player using your voice. See it working here or give you a try.
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.