smorcuend / Web-Speech-API-demos

Demo: Speech recognition based on Web Speech Javascript API.

Home Page:http://smorcuend.github.com/Web-Speech-API-demos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This specification defines a JavaScript API to enable web developers to incorporate speech recognition and synthesis into their web pages. It enables developers to use scripting to generate text-to-speech output and to use speech recognition as an input for forms, continuous dictation and control. The JavaScript API allows web pages to control activation and timing and to handle results and alternatives.

Demo1: Speech recognition

You can testing this demo here.

Demo2: Speech Synthesis

You can testing this demo here.

Instructions for use the demo

(only tested in Chrome Canary builds)

  1. You need to activate the "Web Audio Input" and "Speech JavaScript API" flags inside of chrome://flags/ in Chrome browser.
  2. Only, you follow the demo instructions.

Read the documentation and enjoy it making new demos!

About

Demo: Speech recognition based on Web Speech Javascript API.

http://smorcuend.github.com/Web-Speech-API-demos/


Languages

Language:JavaScript 39.3%Language:CSS 33.2%Language:HTML 27.5%