Reader¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/accessibility/reader/Reader.js for the most up-to-date information.
Overview¶
A reader of text content for accessibility. This takes a Cursor reads its output. This prototype uses the Web Speech API as a synthesizer for text to speech.
See https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
NOTE: We are no longer actively developing this since we know that users would much rather use their own dedicated software. But we are keeping it around for when we want to explore any other voicing features using the web speech API. @author Jesse Greenberg