You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
I'm building a voice-enabled chatbot using Easy Speech for text-to-speech functionality. While it works correctly on Windows and Android devices, the speech output fails on iOS devices. After investigation, I discovered that Safari on iOS blocks autoplay of speech unless it is initiated through a user interaction. This behavior prevents Easy Speech from functioning as expected.
Steps to Reproduce
Import and initialize Easy Speech.
Attempt to trigger speech output from a text input (e.g., after an API response or in useEffect) without a direct user action.
Expected Behavior
Speech should play automatically without requiring explicit user interaction, consistent with behavior on Windows and Android browsers.