|
Public Member Functions |
| | SpeechVoiceBase () |
| virtual | ~SpeechVoiceBase () |
| virtual DWORD | GetNumVoices () |
| | get the total number of voices
|
| virtual const char * | GetVoiceName (DWORD p_Id, std::string &p_Name) |
| | get the voice name with this id
|
| virtual void | SetVoice (DWORD p_Id) |
| | set the current voice by id
|
| virtual void | SetVoice (const char *p_Name) |
| | set the current voice by name
|
| virtual void | Speak (const char *p_Sentence, bool p_Async=true) |
| | Speak something.
|
Protected Member Functions |
| virtual void | Initialize () |
| | initializes all class members
|
| virtual void | Destroy () |
| | destroys (cleanup) all class members
|