[webkit-dev] Implementing the Speech JavaScript API

2012-03-01 Thread Hans Wennborg
Hello WebKit, Currently, there is some limited support for speech recognition in WebKit, by means of the x-webkit-speech attribute to input elements. We would like to continue the development of this to allow web apps to better utilize the possibilities of speech recognition and text-to-speech

Re: [webkit-dev] Implementing the Speech JavaScript API

2012-03-01 Thread Adam Barth
Hi Hans, On Thu, Mar 1, 2012 at 4:17 AM, Hans Wennborg h...@chromium.org wrote: Currently, there is some limited support for speech recognition in WebKit, by means of the x-webkit-speech attribute to input elements. We would like to continue the development of this to allow web apps to better

Re: [webkit-dev] Implementing the Speech JavaScript API

2012-03-01 Thread Satish Sampath
Hi Adam, Hi Adam, The proposal is to implement [3] which is a pure JS API and no new html markup. It will be implemented as a module as you suggested. The first patch in [4] shows the first iteration of the implementation ( https://bugs.webkit.org/attachment.cgi?id=129679action=review ), though

Re: [webkit-dev] Implementing the Speech JavaScript API

2012-03-01 Thread Hans Wennborg
On Thu, Mar 1, 2012 at 20:49, Satish Sampath sat...@chromium.org wrote: Hi Adam, The proposal is to implement [3] which is a pure JS API and no new html markup. Yes, what Satish said. My apologies for being a bit unclear about which one we plan implement. I have been following the ongoing