bool tts(const std::string &text)
Converts the given text to speech using an external tool.
Definition: ttsCall.cpp:22
void setGender(int gender)
Definition: ttsCall.cpp:88
void setPitch(int s)
Definition: ttsCall.cpp:67
The TextToSpeech class represents the text-to-speech functionality.
Definition: ttsCall.h:21
void setVolume(int s)
Definition: ttsCall.cpp:77
std::string getString()
Returns the current string that is being converted to speech.
Definition: ttsCall.cpp:62
void setSpeed(int s)
Definition: ttsCall.cpp:72