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

[meta] production use cases #44

Open
pkra opened this issue Dec 4, 2015 · 1 comment
Open

[meta] production use cases #44

pkra opened this issue Dec 4, 2015 · 1 comment

Comments

@pkra
Copy link
Contributor

pkra commented Dec 4, 2015

Some thoughts on what we need for production use

  • responsive equations
    • minimal build of SRE + respEq extension
    • pre-processing abilities
      • generate MathML with mactions + minimal JS for collapsing
      • pre-generate SVG/CommonHTML output to a set of breakpoints with media queries
  • a11y tool
    • build minimal version for pre-generated enriched MathML, SVG, CommonHTML
@zorkow
Copy link
Member

zorkow commented Jun 16, 2016

Some ideas towards pre-generating speech output.

  • Generate speech markup for expressions.
  • Audio pre-rendering via TTS, e.g., festival.
  • Ship expression with sound files.
  • Could be particularly useful for generation of e-books.

Advantage

  • Full independence of screen readers
  • No more hassle with live regions
  • Synchronisation of speech and highlighting
  • Use of prosody possible.
  • Integration with earcons, spearcons, auditory icons, etc.

Disadvantage

  • Pre-generation and shipping of larger number of sound files
  • Compounded by multiple rule sets, maction elements etc.
  • UX for screen reader users: voice/prosody differences, etc.

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

2 participants