Skip to content Skip to sidebar Skip to footer

How To Make Speech Webkit Work In Chrome Extension Popup?

A simple code like this works correctly in an HTML page. I am tr

Solution 1:

It's being worked on, apparently, but I can't parse out from this any progress since Dec 15, 2011. http://code.google.com/p/chromium/issues/detail?id=97388

Solution 2:

The bug still hasn't been fixed it seems : https://code.google.com/p/chromium/issues/detail?can=2&q=102473&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20Status%20Owner%20Summary&id=102473

Furthemore, someone recommends to use the chrome speech input API : https://developer.chrome.com/extensions/experimental.speechInput.html but : 1. This API is experimental and requires Chrome to have the "experimental API" flag checked (which isn't by default). 2. I have tested it on a few OS, and it makes chrome 23 crash on Win XP, which is very annoying.

Post a Comment for "How To Make Speech Webkit Work In Chrome Extension Popup?"