Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Offer "Read Aloud" TTS Option #18

Open
jonathansampson opened this issue Aug 10, 2020 · 0 comments
Open

Offer "Read Aloud" TTS Option #18

jonathansampson opened this issue Aug 10, 2020 · 0 comments

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented Aug 10, 2020

With the simplified DOM, some users are requesting the ability to have articles read aloud to them. We could consider using the SpeethSynthesis functionality from the Web Speech API already offered in the web-platform itself:

speechSynthesis.speak( new SpeechSynthesisUtterance( article.textContent ) );
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant