Speech End Callback Added: Introduced a new callback function that triggers once the speech has finished. This allows developers to chain actions or resume logic after text-to-speech completes.
Voice Loading Enhancement: Added logic to ensure voices are loaded asynchronously before speech begins, improving compatibility across browsers.
Timeout Support: startSpeech() can now be invoked with a setTimeout, enabling delayed execution.
startSpeech()
setTimeout
Text-to-Speech Component - Release Notes
Version 1.0.3
New Features:
Enhancements:
Bug Fixes:
Added speak Action who can able to take input word and speak it.