#include <TTS_Festival.h>


Public Member Functions | |
| TTS_Festival () | |
| virtual | ~TTS_Festival () |
| Clean up TTS. | |
| virtual wxString | Name () |
| Name of this TTS engine. | |
| virtual ETTSStatus | GetStatus () |
| Retrieve engine status. | |
| virtual ETTSStatus | Speak (const wxString &strText) |
| Say some stuff using TTS. | |
| virtual wxString | GetLastError () |
| Retrieve last error message. | |
Private Member Functions | |
| bool | InitTTS () |
| Initialize TTS. | |
Private Attributes | |
| bool | m_initialized |
| long | m_errcode |
| wxProcess * | m_process |
| wxOutputStream * | m_cmdstream |
| wxTextOutputStream * | m_textstream |
Definition at line 35 of file TTS_Festival.h.
| TTS_Festival::TTS_Festival | ( | ) | [inline] |
Definition at line 38 of file TTS_Festival.h.
| TTS_Festival::~TTS_Festival | ( | ) | [virtual] |
| wxString TTS_Festival::Name | ( | ) | [virtual] |
| ITTS::ETTSStatus TTS_Festival::GetStatus | ( | ) | [virtual] |
| ITTS::ETTSStatus TTS_Festival::Speak | ( | const wxString & | strText | ) | [virtual] |
| wxString TTS_Festival::GetLastError | ( | ) | [virtual] |
| bool TTS_Festival::InitTTS | ( | ) | [private] |
bool TTS_Festival::m_initialized [private] |
Definition at line 51 of file TTS_Festival.h.
long TTS_Festival::m_errcode [private] |
Definition at line 53 of file TTS_Festival.h.
wxProcess* TTS_Festival::m_process [private] |
Definition at line 54 of file TTS_Festival.h.
wxOutputStream* TTS_Festival::m_cmdstream [private] |
Definition at line 55 of file TTS_Festival.h.
wxTextOutputStream* TTS_Festival::m_textstream [private] |
Definition at line 56 of file TTS_Festival.h.
1.5.5