The Mod9 ASR C++ Library

This Library provides a toolkit to build applications that communicate with the Mod9 ASR Engine.
See https://mod9.io for more information about the Engine and its supporting tools.

For instructions to build this Library, see the file BUILD in the same directory as this README.
For documentation on the use of the Library, see mod9-asr.h in the same directory as this README.
For a small example application demonstrating use of the Library, see example/mod9-asr-example.cc.

Comments in mod9-asr.cc might assist developers who wish to modify this free open-source software.
Expert C++ programmers might view this Library as a reference implementation while developing their
own networking code to use the custom application-level protocol over TCP (see mod9.io/tcp) -- or
perhaps using the WebSocket interface which can be more securely deployed over encrypted HTTPS.
