Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text to Speech for Notebook Cells #3

Open
psychemedia opened this issue Sep 23, 2019 · 0 comments
Open

Text to Speech for Notebook Cells #3

psychemedia opened this issue Sep 23, 2019 · 0 comments

Comments

@psychemedia
Copy link
Contributor

An early accessibility extension for Jupyter notebooks, jameslmartin/jupyter-a11y, provided text-to-speech support that could read out the contents of markdown cells, or, code cells a line at a time.

Text-to-speech is provided in the browser using the Web Speech API. For example, in a code cell, run:

%%javascript
speechSynthesis.speak(new SpeechSynthesisUtterance("Text to speech via the Javascript speechSynthesis API."))

Given there is voice support in the toolbar, it would also be useful to have an speech synthesis UI available that can exploit the notebook's structure and semantics rather more directly, and powerfully, than expecting a screen reader to parse the HTML?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant