Pruthvi Kumar

Results 2 comments of Pruthvi Kumar

None of the above mentioned solutions worked for me. However, using a callback on an event was the way to go. ``` artyom.when("SPEECH_SYNTHESIS_START", function(){ if (artyom.isRecognizing()){ artyom.dontObey(); } }); ```...

It's an interesting project, but it needs a fix for the above-mentioned "Rate limit reached" error. Understandably, this depends on the API user's tier account, but if this is made...