mmehdig / web_speech_api_tutorial

This is a tutorial for Web Speech API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Speech API Tutorial

This is a tutorial for Web Speech API.

The presentation here.

Start a simple web server

It makes it easier if instead of opening a file with browser, we start a webserver.

An easy python3 webserver can be used like this

python3 -m http.server

Now we can open the page on browser: http://localhost:8000

Test page

We can now change index.html and use other features in Web Speech API specifications.

Reading

  1. Web Speech API Specifications: https://w3c.github.io/speech-api/speechapi.html

  2. Examples

Some javascript knowledge is required to start using Web Speech API. For a quick Javascript introduction, these two books are great:

About

This is a tutorial for Web Speech API.

License:MIT License


Languages

Language:HTML 100.0%