w3c-speech: initial W3C speech API plugin and test client implementation.
authorKrisztian Litkey <kli@iki.fi>
Fri, 10 Oct 2014 21:28:02 +0000 (00:28 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 7 Nov 2014 09:18:15 +0000 (11:18 +0200)
commit8c9286b9b0a97f0732f0925ebc972e5a56781860
treedd38d59b2ac0b508ad9a035e077bb1a3c8dcffc9
parent2b7c03ff6e13043c70549ae489e89319a825628a
w3c-speech: initial W3C speech API plugin and test client implementation.

The primary purpose of the W3C speech plugin is to server as
the backend for implementing the W3C Speech API for Crosswalk.

See README.protocol for a description of the protocol implemented
by the plugin.
configure.ac
src/Makefile.am
src/plugins/client-api/w3c-speech/Makefile [new file with mode: 0644]
src/plugins/client-api/w3c-speech/README.protocol [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-client.c [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-message.c [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-message.h [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-protocol.h [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-server.c [new file with mode: 0644]
src/plugins/client-api/w3c-speech/w3c-server.h [new file with mode: 0644]