I'm trying to set grammar for chrome webkitSpeechRecognition object.
rec.grammars.addFromUri("grammar.grxml");
did not work. the browser just ignored the grammar (no error message was shown).
i read in this post: Is Web Speech API Grammar exposed to developers? that - "Though w3c specified the grammar for web speech it is not yet implemented by the chrome".
is it true? is there any known workaround? when it should be supported? is there any other good web based engines that supports grammars?