Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 429 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 429 Bytes

Speech-Recognition

Accesses your microphone and using the speech recognition user-agent built in service, it produces a speech-to-text output!

Note: Web Speech is not yet on Google Chrome release version (it will be out on May); for now download and use Google chrome canary!
Note: Because of the 'same origin policy' you have to run index.html behind a web server. Just use a simple python http server