Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

MaryClient.h

Go to the documentation of this file.
00001 #ifndef _MaryClient_h_
00002 #define _MaryClient_h_
00003 #if !defined(PLATFORM_APERIOS) && !defined(__APPLE__)
00004 
00005 #include <string>
00006 
00007 void launchMaryServer();
00008 
00009 int maryQuery(std::string& result,
00010         const std::string& inputText,
00011         const std::string& voice = "female");
00012 
00013 #endif
00014 #endif

Tekkotsu v5.1CVS
Generated Mon May 9 04:58:44 2016 by Doxygen 1.6.3