Re: Experimental speech-recognition portion of JavaScript Speech API in Chrome

This experimental speech-recognition portion of the Web Speech API [1] is
now available in all Chrome channels (version 23 and later).

To use it, simply:

- Go to: chrome://flags
- Scroll to "Speech JavaScript API" and click "enable"
- Click "Relaunch Now"

Then, open any of these example pages:

[2] Filling an <input> field.
[3] Populating a <select> options list with n-best alternative results.
[4] Dictating into a <textarea> field.
[5] Dictating into a stylized <div> area.

If you open the page using HTTPS, the permissions infobar offers "Always
allow this site to use this microphone" in the Options menu.

[1] http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
[2]
https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/att-0108/input-field.html
[3]
https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/att-0108/select-options.html
[4]
https://lists.w3.org/Archives/Public/public-speech-api/2012Nov/att-0001/dictation-textarea.html
 [5]
https://lists.w3.org/Archives/Public/public-speech-api/2012Nov/att-0001/dictation-div.html

 Glen Shires



On Tue, Nov 13, 2012 at 8:53 AM, Glen Shires <gshires@google.com> wrote:

> Updated versions of Chrome example pages attached. (They now correctly use
> the "interimResults" attribute.)
>
>
> On Fri, Sep 28, 2012 at 12:02 PM, Glen Shires <gshires@google.com> wrote:
>
>> Attached are some sample web pages that use the JavaScript Speech API for
>> continuous dictation.
>>
>> You can load these directly into your Chrome browser using the attachment
>> links at:
>> http://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0113.html
>>
>> Instructions and other samples are at:
>> http://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0108.html
>>
>> /Glen Shires
>>
>>
>

Received on Tuesday, 13 November 2012 17:03:22 UTC