Andreas Rutz

Results 1 comments of Andreas Rutz

Using the solution of @ZvirUSka seems to do the trick, without the need of defining a callback on each `artyom.say`: ````javascript artyom.when("SPEECH_SYNTHESIS_END", () => { artyom.ArtyomWebkitSpeechRecognition.abort(); }); ```` This also...