EPUB 3 Accessibility Guidelines

Text-to-Speech Overview

The ability to synthetically voice a publication is an important accessibility feature that many readers rely on, regardless of whether human narration is also provided (e.g., many readers prefer the faster playback that TTS engines make possible).

While basic playback is possible so long as a reading system includes TTS technology, or access to a similarly-enabled assistive technology, any complexity in the vocabulary used typically leads to mispronunciations by synthetic speech engines without enhancement.

EPUB 3 adds three new complimentary technologies to enable content authors to enhance the quality of TTS playback:

PLS lexicons

The Pronunciation Lexicon Specification defines an XML format for defining globally-applicable pronunciations. When words are encountered in the prose that match the defined entries, the provided pronunciation is used in place of the engine's default rendering. Lexicons provide a simple way to define pronunciations for words whose meanings do not change based on context.

SSML markup

The Synthetic Speech Markup Language (SSML) allows pronunciations to be embedded directly in the markup. When SSML attributes are encountered on elements, the provided pronunciation is used in place of either the engine's default rendering or a PLS entry. SSML can be used to define all pronunciations, but is better used as a compliment to PLS lexicons (e.g., to disambiguate heteronyms and ambiguous number forms).

CSS3 Speech properties

The CSS3 Speech modules includes a grab-bag of properties that can be used to control playback. From providing control over the spelling out of words and numbers to inserting aural cues and pauses, these properties allow control of playback beyond the traditional enhancement of pronunciation.

Samples

The EPUB Samples Project contains the following publications that implement enhanced TTS functionality:

Additional Resources

  1. EPUB 3 — PLS Documents
  2. Pronunciation Lexicon Specification (PLS) Version 1.0
  3. EPUB 3 — SSML Attributes
  4. Speech Synthesis Markup Language (SSML) Version 1.1
  5. EPUB 3 — CSS 3.0 Speech
  6. CSS3 Speech Module (working draft referenced by EPUB 3)
  7. Computer-coding the IPA: a proposed extension of SAMPA (X-SAMPA)
  8. Reproduction of The International Phonetic Alphabet (Revised to 2005)