Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

flitedyn.h

Go to the documentation of this file.
00001 #include "outputcodec.h"
00002 extern "C"
00003 {
00004 #include <flite.h>
00005   cst_voice *register_cmu_us_kal();
00006 }
00007 
00008 class CFliteDyn : public COutput
00009 {
00010   static cst_voice *m_voice;
00011  public:
00012   CFliteDyn();
00013    ~CFliteDyn() {}
00014   QString about();
00015   void output(const QString& _o);
00016 };

Generated on Sat Nov 5 16:16:55 2005 for OPIE by  doxygen 1.4.2