Modular scripts, mainly used as imports in browser-side js.
Just copy the needed scripts and require them in your main js file. Most of the modules use emacs6 so some compiler might be useful.
Basic detect trigger-word(s) function using browser speech recognition (currently Crome only). Expects a result function, trigger words (can be blank) and optional repeat boolean to stop the script after first run.
spokenWordTrigger(resultFunction, "Firstword", "SecondWord", true);
This project is licensed under the MIT License - see the LICENSE.md file for details