speech recognition support in the web browser engine WebKit
Questions tagged [webkitspeechrecognition]
83 questions
1
vote
1 answer
Annyang causes chrome ask to allow microphone before it starts
I've added [Annyang]: https://github.com/TalAter/annyang to my AngularJS app, just as shown in the demo.
Problem is, that Chrome fires the pop up to allow using the microphone when the application is up, and not only when start using Annyang.
Why…

Rajesh
- 21
- 1
- 4
1
vote
0 answers
What services required to use webkitSpeechRecognition in Chrome Android
I am using Android board with Android 4.4.2
On OSboard not installed any services of google. But now I want to use webkitSpeechRecognition in chrome browser on this board. I installed Chrome Android but not working. What webkit is required for it…

hungnt1
- 11
- 4
1
vote
0 answers
Chromium ignores the grammar set for speech recognition
I'm using SpeechRecognition under Chromium (an interface of the Web Speech API) and have a grammar set for the recognition, defined in JSGF:
"#JSGF V1.0 UTF-8; grammar animal_list; public = dog | cat | horse ;"
It is successfully added to…

tom
- 2,137
- 2
- 27
- 51
1
vote
1 answer
code not working when setTimeout is used
I am trying to write a code that could use voice input and based on input can migrate to another page.
My code is not waiting when timeout is used and without timeout,the code is not waiting for input.
HTML Page: