From 34f11cca70139948c31388ea722f85643a2c0c9b Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Tue, 25 Feb 2014 00:17:22 +0100 Subject: [PATCH] espeak: remove comment --- src/GAudioOutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GAudioOutput.cc b/src/GAudioOutput.cc index ca8bb28a7..4fe9f674a 100644 --- a/src/GAudioOutput.cc +++ b/src/GAudioOutput.cc @@ -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 -- 2.22.0