Jump to content

NEW JavaScript Web Speech API (Webkit is no more!)


Recommended Posts

So I've a webkit speech search enabled on my prestashop webstore

This is the code:

"<input class="search_query form-control ac_input" type="text" id="search_query_top" name="search_query" placeholder="Pesquisar" value="" speech="speech" x-webkit-speech="x-webkit-speech" x-webkit-grammar="builtin:translate" lang="pt-pt" onclick="this.value = " "="" ""="" onwebkitspeechchange="this.form.submit();" autocomplete="off" -webkit-text-fill-color:"#ffffff"="">" 

I just put that code on my search box and it works, simple.

unfortunately it's not working anymore it seems google discontinued, they have now the new JavaScript Web Speech API.

The question is:
How to add this new JavaScript Web Speech API on my website?
Here is the link to the new JavaScript Web Speech API: http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API

 

Thanks

Edited by ALMAJ (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...