Search code examples
capiwebkitgoogle-api

Hacking Chrome speech-to-text API to use my own service


Is it possible to hack the Chrome (more precisely the Webkit's), through an extension, in order to use my own media server instead of Google's one?

It's needed to make realtime voice interactive app and I'm looking to an alternatives instead of doing this in flash or a Java Applet.


Solution

  • I found (for my projects) that using VideoIO.swf and RTMPLite is far easier and more portable solution.