Commit 34f11cca authored by Thomas Gubler's avatar Thomas Gubler

espeak: remove comment

parent a459d07e
......@@ -211,7 +211,7 @@ bool GAudioOutput::say(QString text, int severity)
#if defined Q_OS_LINUX && defined QGC_SPEECH_ENABLED
unsigned int espeak_size = strlen(text.toStdString().c_str());
espeak_Synth(text.toStdString().c_str(), espeak_size, 0, POS_CHARACTER, 0, espeakCHARS_AUTO, NULL, NULL); // see the documentation in speak_lib.h for the description of the arguments
espeak_Synth(text.toStdString().c_str(), espeak_size, 0, POS_CHARACTER, 0, espeakCHARS_AUTO, NULL, NULL);
#endif
#if defined Q_OS_MAC && defined QGC_SPEECH_ENABLED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment