slanted W3C logo
Cover page images (keys)

Pronunciation

Roy Ran

ran@w3.org

W3C Team contact

International standards harmonization in China

Slides available on line:

https://www.w3.org/People/Roy/Talks/pronunciation/

Pronunciation Examples

The Problem

Text-to-speech pronunciation is often inaccurate and inconsistent because of technology limitations.

The Need

Accurate, consistent pronunciation of content spoken by text-to-speech (TTS) synthesis

Goals

Features

SSML features critical for implementation:

Technical Approaches Considered

Two front runners:

  1. In-line SSML within web content
  2. Attribute-based model of SSML

Examples on last page of Slides

Working Draft Publications

Start Here

Pronunciation Overview page:

https://www.w3.org/WAI/pronunciation/

Join the Task Forces

Interested? Join the Task Forces

Email Roy Ran: ran@w3.org

Your Input

Technical Examples

In-line SSML in an HTML fragment is shown below:

The farm was used to produce produce

The farm was used to <speak><phoneme ph="prəˈd(j)us">produce</phoneme></speak> <speak><say-as phoneme ph="ˈproʊd(j)us">produce</phoneme></speak>

Attribute based model of SSML:

Train stopped at that station: "Two to two to two two"

<span data-ssml='{"say-as" : {"interpret-as":"time: 2 minutes to 2"}}'>two to two</span> to <span data-ssml='{"say-as" : {"interpret-as":"time: 2 past 2"}}'>two two</span>.