This is the complete list of members for yarp::dev::ISpeechSynthesizer, including all inherited members.
getLanguage(std::string &language)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
getPitch(double &voice)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
getSpeed(double &speed)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
getVoice(std::string &voice_name)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
setLanguage(const std::string &language="auto")=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
setPitch(const double pitch)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
setSpeed(const double speed=0)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
setVoice(const std::string &voice_name="auto")=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
synthesize(const std::string &text, yarp::sig::Sound &sound)=0 | yarp::dev::ISpeechSynthesizer | pure virtual |
~ISpeechSynthesizer() | yarp::dev::ISpeechSynthesizer | virtual |