#include <TTS_AppleSpeech.h>


Public Member Functions | |
| TTS_AppleSpeech () | |
| Initialize TTS. | |
| virtual | ~TTS_AppleSpeech () |
| 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. | |
Definition at line 35 of file TTS_AppleSpeech.h.
| TTS_AppleSpeech::TTS_AppleSpeech | ( | ) |
| TTS_AppleSpeech::~TTS_AppleSpeech | ( | ) | [virtual] |
| wxString TTS_AppleSpeech::Name | ( | ) | [virtual] |
| ITTS::ETTSStatus TTS_AppleSpeech::GetStatus | ( | ) | [virtual] |
| ITTS::ETTSStatus TTS_AppleSpeech::Speak | ( | const wxString & | strText | ) | [virtual] |
| wxString TTS_AppleSpeech::GetLastError | ( | ) | [virtual] |
1.5.5