leaonline / easy-speech

🔊 Cross browser Speech Synthesis also known as Text to speech or TTS; no dependencies; uses Web Speech API

Home Page:https://leaonline.github.io/easy-speech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way for robots/crawlers to not cause an error due to init fails

jankapunkt opened this issue · comments

Robots/crawlers seem to not support web speech api and thus may raise errors. We need a solution to get around this, either via code or via documentation. User-specific implementation is favoured before inernals.

A potential solution could be to run EasySpeech.init() with a quiet argument that causes a silent fail / won't throw errors.