JavaScript Speech To Text With JavaScript I've recently been playing with some options to automatically convert speech into text. My original plan was to do it on the back-end in the ASP.NET core server, but my turned up a few issues which led me to look for alternatives.
JavaScript Implementing a cancellable asynchronous delay in JavaScript Implementing an asynchronous delay in JavaScript with support for cancellation, which may be used for periodic tasks in asynchronous contexts.