Re: [whatwg] Text-To-Speech (TTS) Web API for JavaScript

2009-12-11 Thread Ian Hickson
On Thu, 10 Dec 2009, Weston Ruter wrote: I've been working on a web app which reads text in a web page, highlighting each word as it is read. For this to be possible, a Text-To-Speech API is needed which is able to: (1) generate the speech audio from some text, and (2) include the time

[whatwg] Text-To-Speech (TTS) Web API for JavaScript

2009-12-10 Thread Weston Ruter
I've been working on a web app which reads text in a web page, highlighting each word as it is read. For this to be possible, a Text-To-Speech API is needed which is able to: (1) generate the speech audio from some text, and (2) include the time indicies for when each of the words in the text is

Re: [whatwg] Text-To-Speech (TTS) Web API for JavaScript

2009-12-10 Thread Olli Pettay
On 12/10/09 4:54 PM, Weston Ruter wrote: I've been working on a web app which reads text in a web page, highlighting each word as it is read. For this to be possible, a Text-To-Speech API is needed which is able to: (1) generate the speech audio from some text, and (2) include the time indicies