From 55c74a396dfc00b43b58197273406a91b11d93ae Mon Sep 17 00:00:00 2001 From: Debmalya Jash Date: Sun, 21 May 2017 21:48:21 +0800 Subject: [PATCH] Rename README.md to About.md --- About.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 About.md diff --git a/About.md b/About.md new file mode 100644 index 0000000..8f3669d --- /dev/null +++ b/About.md @@ -0,0 +1,7 @@ +# webplatform-samples +HTML5 Samples/Demos + +This demo code shows how to use [WebSpeechRecognition](http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) +to record voice and then convert it to text. + +Other useful resource is available at [this location](https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API)