RandyLoeb
RandyLoeb
also this is how I use the library: ```js EasySpeech.init({ maxTimeout: 10000, interval: 250 }).then((e) => { this.logToFlaggedWords(`easyspeechinit: ${e}`) this.populateVoiceList() }).catch((e) => { this.logToFlaggedWords(`error in easyspeechinit: ${e}`) }) ```
well, a little workaround, the workflow for the page allows us to wait to call init until something is pressed. I am not sure if it is time, or the...
Hi Andy, I was thinking to do the work and submit a pull request. I was not thinking to poll for the TG list, as some of the TGs I...