#include <speech.h>
Public Member Functions | |
| Speech () | |
| Speech Constructor. | |
| ~Speech () | |
| Speech Destructor. | |
| void | SetSpeechText (char *text) |
| To set the speech text. | |
| void | play () |
| To play the speech instance. | |
| void | pauseResume () |
| To pause/resume the speech instance. | |
| void | stop () |
| To stop the speech instance. | |
| int | getVolumeSpeech () |
| To get the speech volume. | |
| void | setVolumeSpeech (int volumeSpeech) |
| To set the speech volume. | |
| int | getRateSpeech () |
| To get the speech rate. | |
| void | setRateSpeech (int rateSpeech) |
| To set the speech rate. | |
| void | callbackEvent () |
| Speech Callback function. | |
| std::list< char * > | getVoiceAll () |
| To get the speech voices. | |
| void | SetSpeechVoice (char *voice) |
| To set the speech voice. | |
| char * | getSpeechVoice () |
| To get the speech voice. | |
Definition at line 41 of file speech.h.
| Speech::Speech | ( | ) |
Speech Constructor.
Definition at line 51 of file speech.cpp.
| Speech::~Speech | ( | ) |
Speech Destructor.
Definition at line 171 of file speech.cpp.
| void Speech::callbackEvent | ( | ) |
Speech Callback function.
Definition at line 88 of file speech.cpp.
| int Speech::getRateSpeech | ( | ) |
To get the speech rate.
Definition at line 258 of file speech.cpp.
| char * Speech::getSpeechVoice | ( | ) |
To get the speech voice.
Definition at line 376 of file speech.cpp.
| std::list< char * > Speech::getVoiceAll | ( | ) |
To get the speech voices.
Definition at line 279 of file speech.cpp.
| int Speech::getVolumeSpeech | ( | ) |
To get the speech volume.
Definition at line 237 of file speech.cpp.
| void Speech::pauseResume | ( | ) |
To pause/resume the speech instance.
Definition at line 210 of file speech.cpp.
| void Speech::play | ( | ) |
To play the speech instance.
Definition at line 186 of file speech.cpp.
| void Speech::setRateSpeech | ( | int | rateSpeech | ) |
To set the speech rate.
Definition at line 272 of file speech.cpp.
| void Speech::SetSpeechText | ( | char * | text | ) |
To set the speech text.
Definition at line 179 of file speech.cpp.
| void Speech::SetSpeechVoice | ( | char * | voice | ) |
To set the speech voice.
Definition at line 328 of file speech.cpp.
| void Speech::setVolumeSpeech | ( | int | volumeSpeech | ) |
To set the speech volume.
Definition at line 251 of file speech.cpp.
| void Speech::stop | ( | ) |
To stop the speech instance.
Definition at line 225 of file speech.cpp.
1.6.3