I am using google chrome with web speech api to do speech recognition. In the standard it is specified that it is possible to specify an SRGS grammar, but according to this post this functionality has not been implemented yet. I would like to know if this information is still true or how I could specify the grammar in chrome.
Asked
Active
Viewed 875 times
1
-
2As the author of the post you linked to, I thought I'd add something. I have also been looking to see if there has been any movement on this but there doesn't appear to be. Chromestatus (https://www.chromestatus.com/feature/5908775487668224) doesn't say much. – Ian Devlin Oct 13 '14 at 12:55
-
Possible duplicate of [Is there a way to use a grammar with the HTML 5 speech input API?](http://stackoverflow.com/questions/8683772/is-there-a-way-to-use-a-grammar-with-the-html-5-speech-input-api) – Nikolay Shmyrev Nov 25 '15 at 20:40