#include <SpeechVoiceModule.h>
Collaboration diagram for ot::SpeechVoiceModule:

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